[cpp-linbuild] branch main updated: Bump image versions
Codeberg
noreply at shibboleth.net
Fri Dec 19 16:07:37 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/60a720eec8776e3d321e7de541df8ea7be87c6c1
The following commit(s) were added to refs/heads/main by this push:
new 60a720e Bump image versions
60a720e is described below
commit 60a720eec8776e3d321e7de541df8ea7be87c6c1
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Dec 19 15:32:53 2025 +0000
Bump image versions
- amazonlinux2 2.0.20250902.3 -> 2.0.20251208.0
- amazonlinux2023 2023.8.20250818.0 -> 2023.9.20251208.0
- rhel8 8.10-1756195303 -> 8.10-1766090767
- rhel9 9.6-1756915113 -> 9.7-1764794285
- rhel10 10.0-1756805986 -> 10.1-1766033862
- rockylinux9 9.6.20250531 -> 9.7.20251123
- rockylinux10 10.0.20250606 -> 10.1.20251123
---
os/amazonlinux2/image/Dockerfile | 2 +-
os/amazonlinux2023/image/Dockerfile | 2 +-
os/rhel10/image/Dockerfile | 2 +-
os/rhel8/image/Dockerfile | 2 +-
os/rhel9/image/Dockerfile | 2 +-
os/rockylinux10/image/Dockerfile | 2 +-
os/rockylinux9/image/Dockerfile | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/os/amazonlinux2/image/Dockerfile b/os/amazonlinux2/image/Dockerfile
index 7429730..0985629 100644
--- a/os/amazonlinux2/image/Dockerfile
+++ b/os/amazonlinux2/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20250902.3
+FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20251208.0
COPY *.repo /etc/yum.repos.d/
diff --git a/os/amazonlinux2023/image/Dockerfile b/os/amazonlinux2023/image/Dockerfile
index 981b4fd..e251682 100644
--- a/os/amazonlinux2023/image/Dockerfile
+++ b/os/amazonlinux2023/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2023.8.20250818.0
+FROM public.ecr.aws/amazonlinux/amazonlinux:2023.9.20251208.0
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel10/image/Dockerfile b/os/rhel10/image/Dockerfile
index fffe9f3..f45a013 100644
--- a/os/rhel10/image/Dockerfile
+++ b/os/rhel10/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi10/ubi:10.0-1756805986
+FROM registry.access.redhat.com/ubi10/ubi:10.1-1766033862
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel8/image/Dockerfile b/os/rhel8/image/Dockerfile
index d276640..9a4457e 100644
--- a/os/rhel8/image/Dockerfile
+++ b/os/rhel8/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi8/ubi:8.10-1756195303
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1766090767
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel9/image/Dockerfile b/os/rhel9/image/Dockerfile
index 469fb85..9ed116a 100644
--- a/os/rhel9/image/Dockerfile
+++ b/os/rhel9/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi:9.6-1756915113
+FROM registry.access.redhat.com/ubi9/ubi:9.7-1764794285
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rockylinux10/image/Dockerfile b/os/rockylinux10/image/Dockerfile
index 99fb218..adeedb7 100644
--- a/os/rockylinux10/image/Dockerfile
+++ b/os/rockylinux10/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/rockylinux/rockylinux:10.0.20250606
+FROM docker.io/rockylinux/rockylinux:10.1.20251123
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rockylinux9/image/Dockerfile b/os/rockylinux9/image/Dockerfile
index ae63dda..f353972 100644
--- a/os/rockylinux9/image/Dockerfile
+++ b/os/rockylinux9/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/rockylinux/rockylinux:9.6.20250531
+FROM docker.io/rockylinux/rockylinux:9.7.20251123
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