diff --git a/client/python/ovmsclient/Dockerfile.redhat b/client/python/ovmsclient/Dockerfile.redhat index 760fd2ff9f..22614482bd 100644 --- a/client/python/ovmsclient/Dockerfile.redhat +++ b/client/python/ovmsclient/Dockerfile.redhat @@ -14,7 +14,7 @@ # 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-1754489414 ARG FINAL_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.10 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # diff --git a/src/custom_nodes/Dockerfile.redhat b/src/custom_nodes/Dockerfile.redhat index 5ee3207925..65a6b78de8 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-1754489414 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 4012f4e18e..87ed926b4e 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-1754489414 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..e55ff7af74 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-1754489414 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-1754489414 RUN mkdir /rpmbuild/ COPY --from=rpmbuild /ovms-rpmbuild-deps.tar.xz /rpmbuild/