[cpp-linbuild] branch main updated: Fully qualify centos7 image to ensure arm64 availability
John W. O'Brien
john at saltant.com
Tue Jun 11 18:18:31 UTC 2024
This is an automated email from the git hooks/post-receive script.
obrienjw pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=69e24a64fb0aeefabc765763b327e7d4972ca831
The following commit(s) were added to refs/heads/main by this push:
new 69e24a6 Fully qualify centos7 image to ensure arm64 availability
69e24a6 is described below
commit 69e24a64fb0aeefabc765763b327e7d4972ca831
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Tue Jun 11 14:07:42 2024 -0400
Fully qualify centos7 image to ensure arm64 availability
Podman defaults to obtaining "centos" images from quay.io, which
does not appear to support non-amd64 architectures.
---
os/centos7/image/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/os/centos7/image/Dockerfile b/os/centos7/image/Dockerfile
index 0cc5938..023169a 100644
--- a/os/centos7/image/Dockerfile
+++ b/os/centos7/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM centos:7.9.2009
+FROM docker.io/library/centos:7.9.2009
COPY *.repo /etc/yum.repos.d/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list