[cpp-linbuild] 02/03: Bump image versions

John W. O'Brien john at saltant.com
Sun Oct 12 21:33:06 UTC 2025


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=9a3688518b4ada2d23b35bfe7ccaef7bcd19d51b

commit 9a3688518b4ada2d23b35bfe7ccaef7bcd19d51b
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Tue Sep 9 12:55:03 2025 +0000

    Bump image versions
    
    -   amazonlinux2 2.0.20250707.0 -> 2.0.20250902.3
    -   amazonlinux2023 2023.8.20250707.0 -> 2023.8.20250818.0
    -   rhel8 8.10-1752733233 -> 8.10-1756195303
    -   rhel9 9.6-1752625787 -> 9.6-1756915113
    -   rhel10 10.0-1752573517 -> 10.0-1756805986
---
 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 87d7cd4..f6a6e17 100644
--- a/os/amazonlinux2/image/Dockerfile
+++ b/os/amazonlinux2/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20250707.0
+FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20250902.3
 
 COPY *.repo /etc/yum.repos.d/
 
diff --git a/os/amazonlinux2023/image/Dockerfile b/os/amazonlinux2023/image/Dockerfile
index 4907596..24d5c14 100644
--- a/os/amazonlinux2023/image/Dockerfile
+++ b/os/amazonlinux2023/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM public.ecr.aws/amazonlinux/amazonlinux:2023.8.20250707.0
+FROM public.ecr.aws/amazonlinux/amazonlinux:2023.8.20250818.0
 
 COPY *.repo /etc/yum.repos.d/
 
diff --git a/os/rhel10/image/Dockerfile b/os/rhel10/image/Dockerfile
index b428d0e..7e22789 100644
--- a/os/rhel10/image/Dockerfile
+++ b/os/rhel10/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi10/ubi:10.0-1752573517
+FROM registry.access.redhat.com/ubi10/ubi:10.0-1756805986
 
 COPY *.repo /etc/yum.repos.d/
 
diff --git a/os/rhel8/image/Dockerfile b/os/rhel8/image/Dockerfile
index f87f2a9..21c0eb9 100644
--- a/os/rhel8/image/Dockerfile
+++ b/os/rhel8/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi8/ubi:8.10-1752733233
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1756195303
 
 COPY *.repo /etc/yum.repos.d/
 
diff --git a/os/rhel9/image/Dockerfile b/os/rhel9/image/Dockerfile
index 3091d8e..143fc29 100644
--- a/os/rhel9/image/Dockerfile
+++ b/os/rhel9/image/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi:9.6-1752625787
+FROM registry.access.redhat.com/ubi9/ubi:9.6-1756915113
 
 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