From f90bd96f03473d3ebc8afc3b24bd771dac031667 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:49:17 +0000 Subject: [PATCH] NO-ISSUE: Update UBI Runtime Images Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.assisted-installer | 2 +- Dockerfile.assisted-installer-controller | 2 +- Dockerfile.assisted-installer-controller-downstream | 2 +- Dockerfile.assisted-installer-controller-mce | 2 +- Dockerfile.assisted-installer-downstream | 2 +- Dockerfile.assisted-installer-mce | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.assisted-installer b/Dockerfile.assisted-installer index 1382ca5b1..b84eeeb04 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:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c RUN microdnf install -y util-linux-core && microdnf clean all diff --git a/Dockerfile.assisted-installer-controller b/Dockerfile.assisted-installer-controller index 25d01e660..7119c4e1c 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:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c 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 bacfa7673..94766b7b7 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:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-controller-mce b/Dockerfile.assisted-installer-controller-mce index 87d953519..6b39d4675 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:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-downstream b/Dockerfile.assisted-installer-downstream index 5df16c7f5..fe8d81f4d 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:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c ARG release=main ARG version=latest diff --git a/Dockerfile.assisted-installer-mce b/Dockerfile.assisted-installer-mce index 6c5cc978a..2e33fd6de 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:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c ARG release=main ARG version=latest