[cpp-linbuild] 02/02: Update rhel10 Docker image to 10.0-1745487123 (1st GA)
John W. O'Brien
john at saltant.com
Fri May 16 04:29:39 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=9719857b574d6432125d168d93bf7d4e4ee4ab2b
commit 9719857b574d6432125d168d93bf7d4e4ee4ab2b
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri May 16 04:26:40 2025 +0000
Update rhel10 Docker image to 10.0-1745487123 (1st GA)
---
os/rhel10/image/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/os/rhel10/image/Dockerfile b/os/rhel10/image/Dockerfile
index 699e9ac..7607c4f 100644
--- a/os/rhel10/image/Dockerfile
+++ b/os/rhel10/image/Dockerfile
@@ -1,10 +1,10 @@
-FROM registry.access.redhat.com/ubi10-beta/ubi:10.0-beta-1737026793
+FROM registry.access.redhat.com/ubi10/ubi:10.0-1745487123
COPY *.repo /etc/yum.repos.d/
RUN dnf \
config-manager \
- --enable codeready-builder-beta-for-rhel-10-$(arch)-rpms \
+ --enable codeready-builder-for-rhel-10-$(arch)-rpms \
&& dnf -y update \
&& dnf -y install \
autoconf automake boost-devel chrpath curl-devel doxygen \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list