From 98b41c0dc09dfa908b9c48ddaed82b10b690edfd Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 04:02:44 +0000 Subject: [PATCH] Update Docker Images Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- bundle.Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86daf89..b9e1bd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the admission-webhook-controller binary -FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:1a9bbbfa854931a97dbff276bd69dc0e32b36cb2fbce3b9813b2cf9892aa8d43 AS admission-webhook-controller +FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:71e89a1a51ab32cc30634d89ee4dc8ea40ad9991057fa1eae3b1af32bc7db73f AS admission-webhook-controller WORKDIR /opt/app-root/src/ ENV GOEXPERIMENT=strictfipsruntime ENV CGO_ENABLED=1 @@ -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:a711b59fbb824a97e06a2bff5b841cab9028983cbbcf7ab593420dd015e85bd9 +FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:b93f611c5f521cc81bd6a919851d0d8190600ae64d1346096d653176092c29aa LABEL description="The image for the policy-controller-operator." LABEL io.k8s.description="The image for the policy-controller-operator." diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 238eae0..023b9e4 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -5,7 +5,7 @@ ARG BUNDLE_OVERLAY="olm" ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL" ARG IMG -FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee2b215464ff7b92638995b19f53a35435eedd27774c1b7158a75207186191e AS oc-builder +FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8c717f0325304843d321c1915a5172b8945720a807d4bb548f5bd935d7f1a9e9 AS oc-builder FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder ARG BUNDLE_GEN_FLAGS