Skip to content

Commit 9977494

Browse files
authored
Merge pull request #476 from securesign/konflux/mintmaker/main/docker-deps
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest to 8d905a9
2 parents 9536f5a + 2b25a3e commit 9977494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.rekor-cli.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN git update-index --assume-unchanged Dockerfile.rekor-cli.rh && \
3131
git update-index --no-assume-unchanged Dockerfile.rekor-cli.rh
3232

3333
#Install stage
34-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f4c5997c0202e0618cbb55f9e423f838a9b1ac9ec4f80ff6ba87362693df1140
34+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
3535

3636
LABEL description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
3737
LABEL io.k8s.description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."

Dockerfile.rekor-server.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN mkdir -p /var/run/attestations && \
6161
COPY --from=build-env /opt/app-root/src/rekor-server_test /usr/local/bin/rekor-server
6262

6363
# Multi-Stage production build
64-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f4c5997c0202e0618cbb55f9e423f838a9b1ac9ec4f80ff6ba87362693df1140 as deploy
64+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7 as deploy
6565

6666
LABEL description="Rekor aims to provide an immutable, tamper-resistant ledger of metadata generated within a software project’s supply chain."
6767
LABEL io.k8s.description="Rekor-Server provides a tamper resistant ledger."

0 commit comments

Comments
 (0)