[cpp-linbuild] 01/03: Bump image versions
Codeberg
noreply at shibboleth.net
Sun Jun 28 15:02:22 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/326e84b59ecb93711f2acacaca0e348aa289ca61
commit 326e84b59ecb93711f2acacaca0e348aa289ca61
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Mon Jun 1 02:37:37 2026 +0000
Bump image versions
- amazonlinux2 2.0.20260216.0 -> 2.0.20260526.0
- amazonlinux2023 2023.10.20260216.1 -> 2023.11.20260526.0
- rhel8 8.10-1772639305 -> 8.10-1779891713
- rhel9 9.7-1771346757 -> 9.8-1779808651
- rhel10 10.1-1772441712 -> 10.2-1779861559
---
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 602ae4b..eb5f1f4 100644
--- a/os/amazonlinux2/image/Dockerfile
+++ b/os/amazonlinux2/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20260216.0
+FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20260526.0
COPY *.repo /etc/yum.repos.d/
diff --git a/os/amazonlinux2023/image/Dockerfile b/os/amazonlinux2023/image/Dockerfile
index 535eea3..30c9df2 100644
--- a/os/amazonlinux2023/image/Dockerfile
+++ b/os/amazonlinux2023/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2023.10.20260216.1
+FROM public.ecr.aws/amazonlinux/amazonlinux:2023.11.20260526.0
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel10/image/Dockerfile b/os/rhel10/image/Dockerfile
index e9f6d7f..621329b 100644
--- a/os/rhel10/image/Dockerfile
+++ b/os/rhel10/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi10/ubi:10.1-1772441712
+FROM registry.access.redhat.com/ubi10/ubi:10.2-1779861559
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel8/image/Dockerfile b/os/rhel8/image/Dockerfile
index 07c9e57..4abae42 100644
--- a/os/rhel8/image/Dockerfile
+++ b/os/rhel8/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi8/ubi:8.10-1772639305
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1779891713
COPY *.repo /etc/yum.repos.d/
diff --git a/os/rhel9/image/Dockerfile b/os/rhel9/image/Dockerfile
index f1347cb..7cd973b 100644
--- a/os/rhel9/image/Dockerfile
+++ b/os/rhel9/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi:9.7-1771346757
+FROM registry.access.redhat.com/ubi9/ubi:9.8-1779808651
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