Skip to content

Commit 4079fec

Browse files
authored
Merge pull request #100 from openshift/konflux/mintmaker/main/registry.access.redhat.com-ubi9-ubi-minimal-latest
Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 7c5495d
2 parents b583bc5 + 05cdceb commit 4079fec

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile.cma-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4040
ARG CMA_VERSION
4141
LABEL stage=operator
4242

Dockerfile.cma-operator-bundle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
RUN 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

Dockerfile.keda-adapter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5353
ARG CMA_VERSION
5454

5555
# CVE-2024-12797 - remove once base image has the fix

Dockerfile.keda-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5252
ARG CMA_VERSION
5353

5454
# CVE-2024-12797 - remove once base image has the fix

Dockerfile.keda-webhooks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5252
ARG CMA_VERSION
5353

5454
# CVE-2024-12797 - remove once base image has the fix

0 commit comments

Comments
 (0)