You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: