File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build the admission-webhook-controller binary
2- FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:59ec4752cf86f0d0dd240b9e29c64d6ee560c28fc986171e126db1db216a246a AS admission-webhook-controller
2+ FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:f9c8537423d96da6c0e704a7d40a1bd5401c4287a05c7f7f196550a5a375a6b6 AS admission-webhook-controller
33WORKDIR /opt/app-root/src/
44ENV GOEXPERIMENT=strictfipsruntime
55ENV CGO_ENABLED=1
@@ -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-minimal:latest@sha256:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23 AS unpack-templates
14+ FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 AS unpack-templates
1515WORKDIR /opt/app-root/src/
1616ENV HOME=/opt/app-root/src/
1717
@@ -22,7 +22,7 @@ RUN tar -xvf ${HOME}/helm-charts/policy-controller-operator/charts/policy-contro
2222 rm ${HOME}/helm-charts/policy-controller-operator/charts/policy-controller-*.tgz
2323
2424# Build the manager binary
25- FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:6cfaf7c32cb2598145dd84770d42191fbd1be2465cef08ae393aba26b4a023d9
25+ FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:cc0de9dccd2b69b9369dc53c894aeb8f6bc186fb856c1cb43978f669b8ce4255
2626
2727LABEL description="The image for the policy-controller-operator."
2828LABEL 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:8c27c47c57550301ed7be1855d09f7a17687e74d0dafb461bee68e27bd010d96 AS oc-builder
8+ FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1b960c8a1a29c21dc858eccc9ca01e198e2e187079a2bd26984f462035cc2f25 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