From ab56be5f813220186729abce9b03ce57bb54f448 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 1 May 2024 16:51:13 -0400 Subject: [PATCH] README.md: adjust instructions for Containerfile rename The `Containerfile.fedora-40` was renamed in 79f64a0 ("Containerfile: Make generic"), which allows us to simplify the instructions here. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 615dd22..1c16417 100644 --- a/README.md +++ b/README.md @@ -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. ``` -podman build --security-opt=label=disable --cap-add=all --device /dev/fuse \ - -t localhost/fedora-bootc:40 -f Containerfile.fedora-40 +podman build --security-opt=label=disable --cap-add=all \ + --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. See this page[6] of the documentation for more information.