Skip to content

Commit 9536f5a

Browse files
github-actions[bot]JasonPowrlance
authored
🤖 [main] Update image version in Dockerfiles (#474)
This is an automated PR, which updates the Dockerfile versions to their latest versions. Co-authored-by: JasonPowr <JasonPowr@users.noreply.github.com> Co-authored-by: Lance Ball <lball@redhat.com>
1 parent 5d5bba4 commit 9536f5a

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:e6b39b0a2cd88c0d904552eee0dca461bc74fe86fda3648ca4f8150913c79d0f
34+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f4c5997c0202e0618cbb55f9e423f838a9b1ac9ec4f80ff6ba87362693df1140
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:e6b39b0a2cd88c0d904552eee0dca461bc74fe86fda3648ca4f8150913c79d0f as deploy
64+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f4c5997c0202e0618cbb55f9e423f838a9b1ac9ec4f80ff6ba87362693df1140 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)