diff options
author | pastalian <pastalian46@gmail.com> | 2024-05-18 15:16:08 +0900 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2024-05-26 09:18:44 -0700 |
commit | 0cab53490d21558b2b2188a8cd28e39422f6d05d (patch) | |
tree | a91b1d4200637540a710c8072c2b0d87d9538ae4 | |
parent | Rename systemd-mergedusr to systemd (diff) | |
download | docker-images-0cab53490d21558b2b2188a8cd28e39422f6d05d.tar.gz docker-images-0cab53490d21558b2b2188a8cd28e39422f6d05d.tar.bz2 docker-images-0cab53490d21558b2b2188a8cd28e39422f6d05d.zip |
Fix the example build command
`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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |