[cpp-linbuild] branch main updated: Use "Official" Rocky Linux 8.6 image
John W. O'Brien
john at saltant.com
Fri Nov 4 15:41:24 UTC 2022
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=666fe8baed042d8be092528feb41bad94032fc21
The following commit(s) were added to refs/heads/main by this push:
new 666fe8b Use "Official" Rocky Linux 8.6 image
666fe8b is described below
commit 666fe8baed042d8be092528feb41bad94032fc21
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Nov 4 11:39:17 2022 -0400
Use "Official" Rocky Linux 8.6 image
This fixes a problem building rockylinux8-image on Apple Silicon,
because the project-published images erroneously specify "linux/armv8"
while the Docker Hub-published images correctly specify
"linux/arm64/v8".
---
os/rockylinux8/image/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/os/rockylinux8/image/Dockerfile b/os/rockylinux8/image/Dockerfile
index 6c62d57..4e703d3 100644
--- a/os/rockylinux8/image/Dockerfile
+++ b/os/rockylinux8/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM rockylinux/rockylinux:8.6.20220707
+FROM rockylinux:8.6.20227707
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