From abb416e2521ac3d59ec6db3fd2dc3725527f720b Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:31:32 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.10-1787081244 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- src/custom_nodes/Dockerfile.redhat | 2 +- src/example/SampleCpuExtension/Dockerfile.redhat | 2 +- tools/deps/redhat/Dockerfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/custom_nodes/Dockerfile.redhat b/src/custom_nodes/Dockerfile.redhat index 8375ca50c6..78fa89d52e 100644 --- a/src/custom_nodes/Dockerfile.redhat +++ b/src/custom_nodes/Dockerfile.redhat @@ -14,7 +14,7 @@ # limitations under the License. # -FROM registry.access.redhat.com/ubi8/ubi:8.10 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1787081244 RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && yum update -d6 -y && yum install -d6 -y gcc-c++ curl xz # OpenCV diff --git a/src/example/SampleCpuExtension/Dockerfile.redhat b/src/example/SampleCpuExtension/Dockerfile.redhat index ef538bd0b9..4d052cd350 100644 --- a/src/example/SampleCpuExtension/Dockerfile.redhat +++ b/src/example/SampleCpuExtension/Dockerfile.redhat @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10 +ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10-1787081244 FROM $BASE_IMAGE as base_build ARG TEMP_DIR=/tmp/openvino_installer diff --git a/tools/deps/redhat/Dockerfile b/tools/deps/redhat/Dockerfile index 453d2dee67..a7aa655c09 100644 --- a/tools/deps/redhat/Dockerfile +++ b/tools/deps/redhat/Dockerfile @@ -14,13 +14,13 @@ # limitations under the License. # -FROM registry.access.redhat.com/ubi8/ubi:8.10 as rpmbuild +FROM registry.access.redhat.com/ubi8/ubi:8.10-1787081244 as rpmbuild WORKDIR /root COPY rpmbuild.sh /root/ RUN /root/rpmbuild.sh -FROM registry.access.redhat.com/ubi8/ubi:8.10 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1787081244 RUN mkdir /rpmbuild/ COPY --from=rpmbuild /ovms-rpmbuild-deps.tar.xz /rpmbuild/