File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN git update-index --assume-unchanged Dockerfile.rekor-cli.rh && \
29
29
git update-index --no-assume-unchanged Dockerfile.rekor-cli.rh
30
30
31
31
#Install stage
32
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:4c8830d349732ed8066544e1cbcf878ad64f39aa4364f13cf4a69954b0ccbda5
32
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:e7da3c032ae52bd26e597cc616eed644710e32e5d3bc9212c7edde8ab7799b0e
33
33
34
34
LABEL description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
35
35
LABEL io.k8s.description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN mkdir -p /var/run/attestations && \
60
60
COPY --from=build-env /opt/app-root/src/rekor-server_test /usr/local/bin/rekor-server
61
61
62
62
# Multi-Stage production build
63
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:4c8830d349732ed8066544e1cbcf878ad64f39aa4364f13cf4a69954b0ccbda5 as deploy
63
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:e7da3c032ae52bd26e597cc616eed644710e32e5d3bc9212c7edde8ab7799b0e as deploy
64
64
65
65
LABEL description="Rekor aims to provide an immutable, tamper-resistant ledger of metadata generated within a software project’s supply chain."
66
66
LABEL io.k8s.description="Rekor-Server provides a tamper resistant ledger."
You can’t perform that action at this time.
0 commit comments