diff --git a/Dockerfile.assisted-installer b/Dockerfile.assisted-installer index 3a35be1da..a2667bbe0 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:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 RUN microdnf install -y util-linux-core && microdnf clean all diff --git a/Dockerfile.assisted-installer-controller b/Dockerfile.assisted-installer-controller index 3f72ef710..3038cc4a9 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:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 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 267df5df7..cbee77dcd 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:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-controller-mce b/Dockerfile.assisted-installer-controller-mce index c70456389..2961b9461 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:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-downstream b/Dockerfile.assisted-installer-downstream index f1a60169e..7391ad27e 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:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-mce b/Dockerfile.assisted-installer-mce index 53846608f..4a8e28479 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:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 ARG release=main ARG version=latest