Skip to content

Commit

Permalink
Merge pull request #112 from securesign/Update-image-version-main
Browse files Browse the repository at this point in the history
🤖 [main] Update image version in Dockerfiles
  • Loading branch information
JasonPowr authored Mar 13, 2024
2 parents a364245 + 39358f5 commit 72aac21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.client-server-cg.rh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN oc image extract ${COSIGN_IMAGE} --path /usr/local/bin/cosign*:/downloads/c
RUN gzip /downloads/cosign/cosign && \
mv /downloads/cosign/cosign.gz /downloads/cosign/cosign-linux-amd64.gz

FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:06d06f15f7b641a78f2512c8817cbecaa1bf549488e273f5ac27ff1654ed33f0
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:119ac25920c8bb50c8b5fd75dcbca369bf7d1f702b82f3d39663307890f0bf26
ENV APP_ROOT=/opt/app-root
WORKDIR $APP_ROOT/src/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.client-server-re.rh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p /downloads/rekor && \
RUN oc image extract ${REKOR_IMAGE} --path /usr/local/bin/rekor_cli_*:/downloads/rekor && \
oc image extract ${EC_IMAGE} --path /usr/local/bin/ec_*:/downloads/ec

FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:06d06f15f7b641a78f2512c8817cbecaa1bf549488e273f5ac27ff1654ed33f0
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:119ac25920c8bb50c8b5fd75dcbca369bf7d1f702b82f3d39663307890f0bf26
ENV APP_ROOT=/opt/app-root
WORKDIR $APP_ROOT/src/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cosign.rh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN git config --global --add safe.directory /cosign && \
gzip cosign-windows-amd64

# Install Cosign
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:06d06f15f7b641a78f2512c8817cbecaa1bf549488e273f5ac27ff1654ed33f0
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:119ac25920c8bb50c8b5fd75dcbca369bf7d1f702b82f3d39663307890f0bf26

LABEL description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."
LABEL io.k8s.description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."
Expand Down

0 comments on commit 72aac21

Please sign in to comment.