diff --git a/Dockerfile.assisted-installer b/Dockerfile.assisted-installer index 86ec205ee6..cfb0e514a2 100644 --- a/Dockerfile.assisted-installer +++ b/Dockerfile.assisted-installer @@ -19,7 +19,7 @@ RUN git config --global --add safe.directory '*'; \ # Extract the commit reference from which the image is built RUN git rev-parse --short HEAD > /commit-reference.txt -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:24650313873554b6ba16c1a1b6b9f9142604f6ab735113e1695faf2dd07fdede RUN microdnf install -y util-linux-core && microdnf clean all diff --git a/Dockerfile.assisted-installer-controller b/Dockerfile.assisted-installer-controller index 5b6826126f..9b7b0ebc00 100644 --- a/Dockerfile.assisted-installer-controller +++ b/Dockerfile.assisted-installer-controller @@ -19,7 +19,7 @@ RUN git config --global --add safe.directory '*'; \ # Extract the commit reference from which the image is built RUN git rev-parse --short HEAD > /commit-reference.txt -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:24650313873554b6ba16c1a1b6b9f9142604f6ab735113e1695faf2dd07fdede ARG TARGETPLATFORM RUN microdnf install -y tar gzip rsync which procps-ng findutils && microdnf clean all diff --git a/Dockerfile.assisted-installer-controller-downstream b/Dockerfile.assisted-installer-controller-downstream index 67785e2d47..49c7bf4a32 100644 --- a/Dockerfile.assisted-installer-controller-downstream +++ b/Dockerfile.assisted-installer-controller-downstream @@ -14,7 +14,7 @@ COPY --chown=${USER_UID} . /app WORKDIR /app RUN CGO_ENABLED=1 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o assisted-installer-controller src/main/assisted-installer-controller/assisted_installer_main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:24650313873554b6ba16c1a1b6b9f9142604f6ab735113e1695faf2dd07fdede ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-controller-mce b/Dockerfile.assisted-installer-controller-mce index bde8ab8232..8bd3fca8df 100644 --- a/Dockerfile.assisted-installer-controller-mce +++ b/Dockerfile.assisted-installer-controller-mce @@ -17,7 +17,7 @@ WORKDIR /app RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -o assisted-installer-controller src/main/assisted-installer-controller/assisted_installer_main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:24650313873554b6ba16c1a1b6b9f9142604f6ab735113e1695faf2dd07fdede ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-downstream b/Dockerfile.assisted-installer-downstream index 1d98ca04dd..d55f33571f 100644 --- a/Dockerfile.assisted-installer-downstream +++ b/Dockerfile.assisted-installer-downstream @@ -14,7 +14,7 @@ COPY --chown=${USER_UID} . /app WORKDIR /app RUN CGO_ENABLED=1 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o installer src/main/main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:24650313873554b6ba16c1a1b6b9f9142604f6ab735113e1695faf2dd07fdede ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-mce b/Dockerfile.assisted-installer-mce index f967e982f9..674881c450 100644 --- a/Dockerfile.assisted-installer-mce +++ b/Dockerfile.assisted-installer-mce @@ -17,7 +17,7 @@ WORKDIR /app RUN CGO_ENABLED=1 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -o installer src/main/main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:24650313873554b6ba16c1a1b6b9f9142604f6ab735113e1695faf2dd07fdede ARG release=main ARG version=latest