File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN GOFLAGS='-tags=strictfipsruntime' make CGO=1 VERSION=${CMA_VERSION} build
3636# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
3737# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
3838# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
39- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
39+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
4040ARG CMA_VERSION
4141LABEL stage=operator
4242
Original file line number Diff line number Diff line change 11# TODO(jkyros): It might be more proper to generate this with opm, e.g opm alpha bundle generate --directory ./custom-metrics-autoscaler-operator/keda/2.14.1/manifests/ \
22# --package openshift-custom-metrics-autoscaler-operator --channels stable --default stable
33
4- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7 as builder-runner
4+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c as builder-runner
55RUN microdnf install -y skopeo jq python3 python3-ruamel-yaml
66
77# Use a new stage to enable caching of the package installations for local development
@@ -34,7 +34,7 @@ RUN sed -i -e 's#operators.operatorframework.io.bundle.package.v1:.*#operators.o
3434# FROM registry.access.redhat.com/ubi9/ubi:latest
3535
3636# TODO(jkyros): This should probably be scratch, but then you won't have a shell to debug it
37- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
37+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
3838
3939# Labels for testing.
4040#LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN LOCALBIN=/src/bin GOFLAGS='-tags=strictfipsruntime' make CGO=1 VERSION=${CMA
4949# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
5050# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
5151# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
52- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
52+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
5353ARG CMA_VERSION
5454
5555# CVE-2024-12797 - remove once base image has the fix
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN LOCALBIN=/src/bin GOFLAGS='-tags=strictfipsruntime' make CGO=1 VERSION=${CMA
4848# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
4949# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
5050# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
51- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
51+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
5252ARG CMA_VERSION
5353
5454# CVE-2024-12797 - remove once base image has the fix
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN LOCALBIN=/src/bin GOFLAGS='-tags=strictfipsruntime' make CGO=1 VERSION=${CMA
4848# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
4949# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
5050# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
51- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
51+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
5252ARG CMA_VERSION
5353
5454# CVE-2024-12797 - remove once base image has the fix
You can’t perform that action at this time.
0 commit comments