diff --git a/Dockerfile.assisted_installer_agent b/Dockerfile.assisted_installer_agent index 3298064e4..0c2eed4ca 100644 --- a/Dockerfile.assisted_installer_agent +++ b/Dockerfile.assisted_installer_agent @@ -20,7 +20,7 @@ RUN git config --global --add safe.directory '*' && \ FROM quay.io/centos/centos:stream9 AS repo-source # Final stage - UBI minimal with extracted repos for missing packages -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6c79f4fb38a20d496c859025d57e4074835e849d5d14819c4e021ad78446bce8 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:dd334afa72444fa46238fcf9e6bd399245adf746378735348cf84b9dfdca38f1 ARG TARGETPLATFORM # Install packages available in UBI minimal and dnf for metalink support diff --git a/Dockerfile.assisted_installer_agent-downstream b/Dockerfile.assisted_installer_agent-downstream index 2639669d4..9f37b56f3 100644 --- a/Dockerfile.assisted_installer_agent-downstream +++ b/Dockerfile.assisted_installer_agent-downstream @@ -14,7 +14,7 @@ WORKDIR /app RUN make build -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6c79f4fb38a20d496c859025d57e4074835e849d5d14819c4e021ad78446bce8 +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:dd334afa72444fa46238fcf9e6bd399245adf746378735348cf84b9dfdca38f1 ARG release=main ARG version=latest diff --git a/Dockerfile.assisted_installer_agent-mce b/Dockerfile.assisted_installer_agent-mce index 7b901e266..8c14392ed 100644 --- a/Dockerfile.assisted_installer_agent-mce +++ b/Dockerfile.assisted_installer_agent-mce @@ -17,7 +17,7 @@ WORKDIR /app RUN CGO_FLAG=1 make build -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6c79f4fb38a20d496c859025d57e4074835e849d5d14819c4e021ad78446bce8 +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:dd334afa72444fa46238fcf9e6bd399245adf746378735348cf84b9dfdca38f1 ARG release=main ARG version=latest