Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

centos: mount point should be one directory up #301

Description

@gnimmagadda

For centos builds
docker run --privileged -v $(pwd):/workspace builder /build.sh

mounting $(pwd) results in base-images-docker/centos but build.sh looks for: tar -C /target -cf /workspace/centos/layer.tar .

and it fails because /workspace/centos dir doesn't exist (host side will be centos/centos).

Either need to mount one dir up $(pwd)/..:/workspace or cd to one dir and to start the builder.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions