Skip to content

Commit

Permalink
Merge pull request #3507 from l0rd/patch-1
Browse files Browse the repository at this point in the history
Update 05-openshift-rootless-build.md
  • Loading branch information
openshift-merge-robot committed Sep 10, 2021
2 parents cf31ef5 + 973ff95 commit 0346b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/05-openshift-rootless-build.md
Expand Up @@ -284,7 +284,7 @@ sh-5.0$ mkdir output
And finally build the image, testing that everything works as expected:

````console
sh-5.0$ buildah -v /home/build/output:/output:rw -v /home/build/test-script.sh:/test-script.sh:ro build -t myimage -f Containerfile.test
sh-5.0$ buildah -v /home/build/output:/output:rw -v /home/build/test-script.sh:/test-script.sh:ro build-using-dockerfile -t myimage -f Containerfile.test
STEP 1: FROM fedora:33
Getting image source signatures
Copying blob 453ed60def9c done
Expand Down

0 comments on commit 0346b38

Please sign in to comment.