[cpp-linbuild] 04/07: Update Rocky 9 Docker image to 9.4.20240523
John W. O'Brien
john at saltant.com
Fri Jul 5 14:09:01 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=3a546f242d0941cf6306d477a60f312db9cb4026
commit 3a546f242d0941cf6306d477a60f312db9cb4026
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sun Jun 30 16:03:54 2024 +0000
Update Rocky 9 Docker image to 9.4.20240523
While here, fully qualify image source because the Rocky Linux
project has evidently stopped maintaining images in the Docker
Hub Official Images collection.
---
os/rockylinux9/image/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/os/rockylinux9/image/Dockerfile b/os/rockylinux9/image/Dockerfile
index 0cdccd9..4b312f2 100644
--- a/os/rockylinux9/image/Dockerfile
+++ b/os/rockylinux9/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM rockylinux:9.3.20231119
+FROM docker.io/rockylinux/rockylinux:9.4.20240523
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