aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpastalian <pastalian46@gmail.com>2024-05-18 15:16:08 +0900
committerJohn Helmert III <ajak@gentoo.org>2024-05-26 09:18:44 -0700
commit0cab53490d21558b2b2188a8cd28e39422f6d05d (patch)
treea91b1d4200637540a710c8072c2b0d87d9538ae4
parentRename systemd-mergedusr to systemd (diff)
downloaddocker-images-master.tar.gz
docker-images-master.tar.bz2
docker-images-master.zip
Fix the example build commandHEADmaster
`stage3-amd64` is not a correct target and the build fails. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/140 Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcee7ce..171e3aa 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ The following upstream stage3 targets are not built at all:
The containers are created using a multi-stage build, which requires Docker >= 19.03.0.
The container being built is defined by the TARGET environment variable:
-`` TARGET=stage3-amd64 ./build.sh ``
+`` TARGET=stage3-amd64-openrc ./build.sh ``
# Using the portage container as a data volume