Skip to content

Commit 71306f8

Browse files
authoredMar 11, 2025··
Merge pull request #400 from securesign/Update-image-version-main
🤖 [main] Update image version in Dockerfiles
2 parents 186d8f7 + fa9c37e commit 71306f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile.rekor-cli.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN git update-index --assume-unchanged Dockerfile.rekor-cli.rh && \
2929
git update-index --no-assume-unchanged Dockerfile.rekor-cli.rh
3030

3131
#Install stage
32-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0
32+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9
3333

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

‎Dockerfile.rekor-server.rh

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

6262
# Multi-Stage production build
63-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0 as deploy
63+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 as deploy
6464

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

0 commit comments

Comments
 (0)
Please sign in to comment.