diff --git a/Dockerfile b/Dockerfile index c22dd15..51aa480 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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@sha256:3816d303e75dec4da2d10eeb9e8651eef4393721598bea4690c607282635aa57 AS unpack-templates +FROM registry.redhat.io/ubi9/ubi@sha256:b8923f58ef6aebe2b8f543f8f6c5af15c6f9aeeef34ba332f33bf7610012de0c AS unpack-templates WORKDIR /opt/app-root/src/ ENV HOME=/opt/app-root/src/ @@ -21,7 +21,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@sha256:523a449e8cfc9db02e5f29b39dfe5fb310659b560c136589b1278b5fc791d8cd +FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:21fd25c94086059d615803f8c3c48f41c14b4c03af8948f5bb0e8324658fe368 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 bfd853a..c95727b 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:da4f8a01ef5d0607cf76fa7b219fafdb6020cb4cf9a0a88cfe76d292c1a561fc AS oc-builder +FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d072d9873f622071f928616bb7b5024e609363bb11c7d2786b966102e5c5f5b9 AS oc-builder FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder ARG BUNDLE_GEN_FLAGS