Merge branch 'pr/containerfile-rename' into 'main'

README.md: adjust instructions for Containerfile rename

See merge request fedora/bootc/base-images!10
This commit is contained in:
Colin Walters (Red Hat) 2024-05-01 21:16:05 +00:00
commit 12c7028794
1 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@ other application image (note that building with `docker` is not currently
supported). You need to enable some privileges for technical reasons. supported). You need to enable some privileges for technical reasons.
``` ```
podman build --security-opt=label=disable --cap-add=all --device /dev/fuse \ podman build --security-opt=label=disable --cap-add=all \
-t localhost/fedora-bootc:40 -f Containerfile.fedora-40 --device /dev/fuse -t localhost/fedora-bootc .
``` ```
See `Containerfile.fedora-40` for more details. See the `Containerfile` for more details.
You are of course also free to fork, customize, and build base images yourself. You are of course also free to fork, customize, and build base images yourself.
See this page[6] of the documentation for more information. See this page[6] of the documentation for more information.