diff --git a/Dockerfile b/Dockerfile index e413ee5..c6edc8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:6cfaf7c32cb2598145dd84770d42191fbd1be2465cef08ae393aba26b4a023d9 +FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:cc0de9dccd2b69b9369dc53c894aeb8f6bc186fb856c1cb43978f669b8ce4255 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 436a5b5..e30d860 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:8c27c47c57550301ed7be1855d09f7a17687e74d0dafb461bee68e27bd010d96 AS oc-builder +FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1b960c8a1a29c21dc858eccc9ca01e198e2e187079a2bd26984f462035cc2f25 AS oc-builder FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder ARG BUNDLE_GEN_FLAGS