Skip to content

Commit

Permalink
Update 05-openshift-rootless-build.md
Browse files Browse the repository at this point in the history
Replace buildah "build" command with "build-using-dockerfile"
  • Loading branch information
l0rd committed Sep 9, 2021
1 parent a5aba5c commit f1b2b39
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 f1b2b39

Please sign in to comment.