[cpp-linbuild] 03/07: Update Rocky 8 Docker image to 8.10.20240528
John W. O'Brien
john at saltant.com
Fri Jul 5 14:09:00 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=4bf8623d9fa8cd78dfb9476d34c8f7d280fc58db
commit 4bf8623d9fa8cd78dfb9476d34c8f7d280fc58db
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sun Jun 30 16:02:06 2024 +0000
Update Rocky 8 Docker image to 8.10.20240528
While here, fully qualify image source because the Rocky Linux
project has evidently stopped maintaining images in the Docker
Hub Official Images collection.
---
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 60df814..7f3859c 100644
--- a/os/rockylinux8/image/Dockerfile
+++ b/os/rockylinux8/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM rockylinux:8.9.20231119
+FROM docker.io/rockylinux/rockylinux:8.10.20240528
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