Skip to content

Commit d06624f

Browse files
Update Docker Images (#421)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2905a84 commit d06624f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.clients.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM quay.io/securesign/trillian-updatetree@sha256:806b0084c5b2ce9882ee7af03b9b1
1515

1616
FROM quay.io/securesign/cli-tuftool@sha256:54009d9fae1ad27c4ecb078265bd198d36f6e44d50add09d9574930f0810bc7d as tuf-tool
1717

18-
FROM registry.redhat.io/ubi9/httpd-24@sha256:fa1992b6a5ea9324f07e8a1f9faa9d411da907445913eb7e475e7c7ee7890132
18+
FROM registry.redhat.io/ubi9/httpd-24@sha256:edaf7e87333dfe16cbaeb572d12bc45692e54f37d59ead572b6da9165d29d3ff
1919
ENV APP_ROOT=/opt/app-root
2020
WORKDIR $APP_ROOT/src/
2121

Dockerfile.cosign.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build stage
22

3-
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:3ce6311380d5180599a3016031a9112542d43715244816d1d0eabc937952667b AS build-env
3+
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:198ee8c19c6b152a94a4c58952151c59efa0207f4f39c05c8b3e8a97b2ed5c0d AS build-env
44

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

2828
# Install Cosign
29-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:a8a0ca73331bb7dc87d6d70bc6c4547ec281eb823ae8819d76973f1d4f69a2ee
29+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:295f920819a6d05551a1ed50a6c71cb39416a362df12fa0cd149bc8babafccff
3030

3131
LABEL description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."
3232
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)