From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 089E21382C5 for ; Fri, 30 Apr 2021 07:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FF41E087E; Fri, 30 Apr 2021 07:58:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29683E087E for ; Fri, 30 Apr 2021 07:58:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C900341055 for ; Fri, 30 Apr 2021 07:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BA0F4C3 for ; Fri, 30 Apr 2021 07:58:03 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1619769445.d9efdc25d4dfb97a546d3e134e044ef4331d928b.ultrabug@gentoo> Subject: [gentoo-commits] proj/docker-images:master commit in: / X-VCS-Repository: proj/docker-images X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: d9efdc25d4dfb97a546d3e134e044ef4331d928b X-VCS-Branch: master Date: Fri, 30 Apr 2021 07:58:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1d7c963-332c-4684-ae9c-33984218d0f1 X-Archives-Hash: 22a2ea599d33307a03c0e65f5b8ff9b2 commit: d9efdc25d4dfb97a546d3e134e044ef4331d928b Author: Brett Holman gmail com> AuthorDate: Fri Apr 30 03:46:07 2021 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Fri Apr 30 07:57:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=d9efdc25 update example Dockerfile to point to a current official docker image references https://github.com/gentoo/gentoo-docker-images/issues/86 Signed-off-by: Brett Holman gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/104 Signed-off-by: Alexys Jacob gentoo.org> README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e00b3c..651b940 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ Example _Dockerfile_ # name the portage image FROM gentoo/portage:latest as portage -# image is based on stage3-amd64 -FROM gentoo/stage3-amd64:latest +# based on stage3 image +FROM gentoo/stage3:latest # copy the entire portage volume in COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo