From a79a02804581c41421841f438e8de9fe7969190c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:10:00 +0000 Subject: [PATCH] chore(deps): update docker images Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4177c13..c939f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the admission-webhook-controller binary -FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:f99dd81b20e5971ef9f63a51ac27cf0aa591ff9921d021490548b67fd9b17144 AS admission-webhook-controller +FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:46376c6723c3a4961a165c2768461e7fac48a79932cdde0a6e6a57724ef61ba0 AS admission-webhook-controller WORKDIR /opt/app-root/src/ ENV GOEXPERIMENT=strictfipsruntime ENV CGO_ENABLED=1 @@ -11,7 +11,7 @@ COPY cmd cmd RUN go build -mod=mod -o admission-webhook-controller ./cmd # Unpack Helm chart -FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab AS unpack-templates +FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:dd334afa72444fa46238fcf9e6bd399245adf746378735348cf84b9dfdca38f1 AS unpack-templates WORKDIR /opt/app-root/src/ ENV HOME=/opt/app-root/src/ @@ -22,7 +22,7 @@ RUN tar -xvf ${HOME}/helm-charts/policy-controller-operator/charts/policy-contro rm ${HOME}/helm-charts/policy-controller-operator/charts/policy-controller-*.tgz # Build the manager binary -FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:3188db232be3fb32d9691f4834bf9c551e558ad6699945f9e3fc8e38ffd1388e +FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:304eac85e9351a78a3ee953ed187b4aba5323f48025353f4522640156988c787 LABEL description="The image for the policy-controller-operator." LABEL io.k8s.description="The image for the policy-controller-operator."