File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY cmd cmd
1111RUN go build -mod=mod -o admission-webhook-controller ./cmd
1212
1313# Unpack Helm chart
14- FROM registry.redhat.io/ubi9/ubi@sha256:3816d303e75dec4da2d10eeb9e8651eef4393721598bea4690c607282635aa57 AS unpack-templates
14+ FROM registry.redhat.io/ubi9/ubi@sha256:b8923f58ef6aebe2b8f543f8f6c5af15c6f9aeeef34ba332f33bf7610012de0c AS unpack-templates
1515WORKDIR /opt/app-root/src/
1616ENV HOME=/opt/app-root/src/
1717
@@ -21,7 +21,7 @@ RUN tar -xvf ${HOME}/helm-charts/policy-controller-operator/charts/policy-contro
2121 rm ${HOME}/helm-charts/policy-controller-operator/charts/policy-controller-*.tgz
2222
2323# Build the manager binary
24- FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:523a449e8cfc9db02e5f29b39dfe5fb310659b560c136589b1278b5fc791d8cd
24+ FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:21fd25c94086059d615803f8c3c48f41c14b4c03af8948f5bb0e8324658fe368
2525
2626LABEL description="The image for the policy-controller-operator."
2727LABEL io.k8s.description="The image for the policy-controller-operator."
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUNDLE_OVERLAY="olm"
55ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL"
66ARG IMG
77
8- FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da4f8a01ef5d0607cf76fa7b219fafdb6020cb4cf9a0a88cfe76d292c1a561fc AS oc-builder
8+ FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d072d9873f622071f928616bb7b5024e609363bb11c7d2786b966102e5c5f5b9 AS oc-builder
99FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder
1010
1111ARG BUNDLE_GEN_FLAGS
You can’t perform that action at this time.
0 commit comments