Skip to content

Commit

Permalink
chore: reformat line
Browse files Browse the repository at this point in the history
To make it clear what arguments are passed
  • Loading branch information
ralphbean committed Jul 1, 2024
1 parent 02b092a commit 898be23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,12 @@ spec:
$BOOTC_BUILDER_IMAGE $IMAGE_TYPES --local $SOURCE_IMAGE
# 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 $BUILD_DIR/scripts/script-push.sh:/script-push.sh -v $BUILD_DIR/tekton-results:/tekton-results registry.fedoraproject.org/fedora /script-push.sh
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 $BUILD_DIR/scripts/script-push.sh:/script-push.sh \
-v $BUILD_DIR/tekton-results:/tekton-results \
registry.fedoraproject.org/fedora \
/script-push.sh
REMOTESSHEOF
Expand Down

0 comments on commit 898be23

Please sign in to comment.