Skip to content

Commit 344e136

Browse files
chore(deps): update docker images
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 7267110 commit 344e136

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile.cli-stack.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM --platform=linux/arm64 quay.io/securesign/cli-cosign@sha256:16580784d9a14
33
FROM --platform=linux/ppc64le quay.io/securesign/cli-cosign@sha256:0bc5be7bd69ef411dd5f0e76e1e8295bbdf0ed6b0d57c69bb08b9728e5707779 AS build-ppc64le
44
FROM --platform=linux/s390x quay.io/securesign/cli-cosign@sha256:636ea4cb43336d03b4bb42f3c2fee4f4f8a59c8854170f4ae7485a1234782597 AS build-s390x
55

6-
FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:799cc027d5ad58cdc156b65286eb6389993ec14c496cf748c09834b7251e78dc AS packager
6+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774309344@sha256:f8315b365526773d010668c0532d8b431ff505ec2720cdcd1e484c01d012f099 AS packager
77
USER root
88
RUN mkdir -p /binaries
99

@@ -47,7 +47,7 @@ RUN gzip -d /tmp/cosign-windows-amd64.exe.gz && \
4747
rm /tmp/cosign-windows-amd64.exe
4848

4949
# Final minimal image with all binaries
50-
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68
50+
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183
5151

5252
LABEL description="Flat image containing cosign CLI binaries for all platforms and architectures"
5353
LABEL io.k8s.description="Flat image containing cosign CLI binaries for all platforms and architectures"

Dockerfile.clients.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM --platform=linux/arm64 quay.io/securesign/rekor-cli@sha256:d2739aad3c57892d
2121
FROM --platform=linux/ppc64le quay.io/securesign/rekor-cli@sha256:0a38a882e50bff2f628a85c51c882a08092c176723fe86d18bbac7a3503e0c20 as rekor-ppc64le
2222
FROM --platform=linux/s390x quay.io/securesign/rekor-cli@sha256:44856d59b3a285a83656de47116d6db8c48960002b6c7dd0d6a935a69f125b8a as rekor-s390x
2323

24-
FROM registry.redhat.io/rhtas/ec-rhel9:0.8@sha256:7f7734bedf6af1cb1c757e62e615f028cbeb497257cf94e75be99c3b89b9a84e as ec
24+
FROM registry.redhat.io/rhtas/ec-rhel9:0.8-1774285259@sha256:77b93ca474b24d4ba33026a064814fc66bb0bf7c378882870150e32744b746b5 as ec
2525

2626
# Provides the Trusted Artifact Signer CLI binaries trillian-createtree and trillian-updatetree
2727
FROM --platform=linux/amd64 quay.io/securesign/trillian-createtree@sha256:c0e6eeb56f08146e8877b58f40ec5578b388e79fb8fc2bba5bbf94919a83a155 as trillian-createtree-amd64
@@ -36,7 +36,7 @@ FROM --platform=linux/s390x quay.io/securesign/trillian-updatetree@sha256:80d65f
3636

3737
FROM quay.io/securesign/cli-tuftool@sha256:2040c65d5af28154e7afd5c38b1a4a109949b3940d7551a091f849931f5b8fa6 as tuf-tool
3838

39-
FROM registry.redhat.io/ubi9/httpd-24@sha256:4b23e987ebb3a021d53c637805c5e10428e39e2ed252b7fad4fa51195604fb80
39+
FROM registry.redhat.io/ubi9/httpd-24@sha256:654abff122faf348fe414320897b254ca5bba06b90be703bb19d3f10cc2cc346
4040
ENV APP_ROOT=/opt/app-root
4141
WORKDIR $APP_ROOT/src/
4242

Dockerfile.cosign.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:71101fd9ba32aabeaec2c073e5786c91642aaee902475fce3d8280457fb19e9d AS build-env
2+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774309344@sha256:f8315b365526773d010668c0532d8b431ff505ec2720cdcd1e484c01d012f099 AS build-env
33

44
ENV GOEXPERIMENT=strictfipsruntime
55
ENV CGO_ENABLED=1
@@ -27,7 +27,7 @@ RUN git config --global --add safe.directory /cosign && \
2727
git update-index --no-assume-unchanged Dockerfile.cosign.rh
2828

2929
# Install Cosign
30-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0
30+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183
3131

3232
LABEL description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."
3333
LABEL io.k8s.description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."

0 commit comments

Comments
 (0)