[cpp-linbuild] 01/02: Bump image versions
Codeberg
noreply at shibboleth.net
Fri Mar 6 16:57:00 UTC 2026
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/98adeeb60d41409c1cb62f8ed0ab49a6a5145468
commit 98adeeb60d41409c1cb62f8ed0ab49a6a5145468
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Mar 6 16:00:55 2026 +0000
Bump image versions
- amazonlinux2 2.0.20251208.0 -> 2.0.20260216.0
- amazonlinux2023 2023.9.20251208.0 -> 2023.10.20260216.1
- rhel8 8.10-1766090767 -> 8.10-1772639305
- rhel9 9.7-1764794285 -> 9.7-1771346757
- rhel10 10.1-1766033862 -> 10.1-1772441712
---
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 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/os/amazonlinux2/image/Dockerfile b/os/amazonlinux2/image/Dockerfile
index 0985629..602ae4b 100644
--- a/os/amazonlinux2/image/Dockerfile
+++ b/os/amazonlinux2/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20251208.0
+FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20260216.0
COPY *.repo /etc/yum.repos.d/
diff --git a/os/amazonlinux2023/image/Dockerfile b/os/amazonlinux2023/image/Dockerfile
index e251682..535eea3 100644
--- a/os/amazonlinux2023/image/Dockerfile
+++ b/os/amazonlinux2023/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2023.9.20251208.0
+FROM public.ecr.aws/amazonlinux/amazonlinux:2023.10.20260216.1
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel10/image/Dockerfile b/os/rhel10/image/Dockerfile
index f45a013..704f196 100644
--- a/os/rhel10/image/Dockerfile
+++ b/os/rhel10/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi10/ubi:10.1-1766033862
+FROM registry.access.redhat.com/ubi10/ubi:10.1-1772441712
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel8/image/Dockerfile b/os/rhel8/image/Dockerfile
index 9a4457e..243ea69 100644
--- a/os/rhel8/image/Dockerfile
+++ b/os/rhel8/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi8/ubi:8.10-1766090767
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1772639305
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel9/image/Dockerfile b/os/rhel9/image/Dockerfile
index 9ed116a..0b164e2 100644
--- a/os/rhel9/image/Dockerfile
+++ b/os/rhel9/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi:9.7-1764794285
+FROM registry.access.redhat.com/ubi9/ubi:9.7-1771346757
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