Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/docker-images:master commit in: /
Date: Fri, 30 Apr 2021 07:58:07
Message-Id: 1619769445.d9efdc25d4dfb97a546d3e134e044ef4331d928b.ultrabug@gentoo
1 commit: d9efdc25d4dfb97a546d3e134e044ef4331d928b
2 Author: Brett Holman <bpholman5 <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 30 03:46:07 2021 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 07:57:25 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=d9efdc25
7
8 update example Dockerfile to point to a current official docker image
9
10 references https://github.com/gentoo/gentoo-docker-images/issues/86
11
12 Signed-off-by: Brett Holman <bpholman5 <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo-docker-images/pull/104
14 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
15
16 README.md | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/README.md b/README.md
20 index 5e00b3c..651b940 100644
21 --- a/README.md
22 +++ b/README.md
23 @@ -87,8 +87,8 @@ Example _Dockerfile_
24 # name the portage image
25 FROM gentoo/portage:latest as portage
26
27 -# image is based on stage3-amd64
28 -FROM gentoo/stage3-amd64:latest
29 +# based on stage3 image
30 +FROM gentoo/stage3:latest
31
32 # copy the entire portage volume in
33 COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo