Skip to content

Commit 26e7798

Browse files
authored
Merge pull request #25 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 11db23b
2 parents 7df6841 + 05e8780 commit 26e7798

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
@@ -31,7 +31,7 @@ RUN GOFLAGS='-tags=strictfipsruntime' make CGO=1 build
3131
# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
3232
# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
3333
# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
34-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f
34+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:11db23b63f9476e721f8d0b8a2de5c858571f76d5a0dae2ec28adf08cbaf3652
3535
LABEL stage=operator
3636

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

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:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f as builder-runner
4+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:11db23b63f9476e721f8d0b8a2de5c858571f76d5a0dae2ec28adf08cbaf3652 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:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f
37+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:11db23b63f9476e721f8d0b8a2de5c858571f76d5a0dae2ec28adf08cbaf3652
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
@@ -43,7 +43,7 @@ RUN LOCALBIN=/src/bin GOFLAGS='-tags=strictfipsruntime' make CGO=1 adapter
4343
# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
4444
# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
4545
# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
46-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f
46+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:11db23b63f9476e721f8d0b8a2de5c858571f76d5a0dae2ec28adf08cbaf3652
4747

4848
# CVE-2024-12797 - remove once base image has the fix
4949
# RUN microdnf install -y openssl-libs-1:3.2.2-6.el9_5.1

Dockerfile.keda-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN LOCALBIN=/src/bin GOFLAGS='-tags=strictfipsruntime' make CGO=1 manager
4242
# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
4343
# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
4444
# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
45-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f
45+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:11db23b63f9476e721f8d0b8a2de5c858571f76d5a0dae2ec28adf08cbaf3652
4646

4747
# CVE-2024-12797 - remove once base image has the fix
4848
# RUN microdnf install -y openssl-libs-1:3.2.2-6.el9_5.1

Dockerfile.keda-webhooks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN LOCALBIN=/src/bin GOFLAGS='-tags=strictfipsruntime' make CGO=1 webhooks
4242
# so we need to keep the hash here and let MintMaker security update it. No, I don't like it either.
4343
# See: https://konflux.pages.redhat.com/docs/users/mintmaker/user.html#enable-container-image-tag-versioning
4444
# FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
45-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f
45+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:11db23b63f9476e721f8d0b8a2de5c858571f76d5a0dae2ec28adf08cbaf3652
4646

4747
# CVE-2024-12797 - remove once base image has the fix
4848
# RUN microdnf install -y openssl-libs-1:3.2.2-6.el9_5.1

0 commit comments

Comments
 (0)