Skip to content

Commit

Permalink
Volume mount /var/lib/containers/storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jul 1, 2024
1 parent 898be23 commit 476dba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ spec:
# This script is currently using fedora image because buildah in UBI9 does not have the OCI support (no --artifact* switches)
time sudo podman run --authfile=$BUILD_DIR/.docker/config.json --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t \
-v $BUILD_DIR/.docker:/.docker -v $(pwd)/output:/output \
-v /var/lib/containers/storage:/var/lib/containers/storage \
-v $BUILD_DIR/scripts/script-push.sh:/script-push.sh \
-v $BUILD_DIR/tekton-results:/tekton-results \
registry.fedoraproject.org/fedora \
Expand Down

0 comments on commit 476dba4

Please sign in to comment.