Skip to content

Commit

Permalink
update-client-server-images
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Mar 12, 2024
1 parent 0bc2660 commit 5f9f49d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.client-server-cg.rh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# An image with oc so we can run `oc image extract` to download the binaries
FROM registry.redhat.io/openshift4/ose-tools-rhel8:v4.11.0-202401122348.p0.gbf40a6c.assembly.stream AS downloads

ARG COSIGN_IMAGE=quay.io/redhat-user-workloads/rhtas-tenant/cli/cosign@sha256:80987dd1d3515b14a3c4ec874b6100055219f3c53e0d86feb39d3011b8bbd9cc
ARG GITSIGN_IMAGE=quay.io/redhat-user-workloads/rhtas-tenant/cli/gitsign@sha256:a3416a65b31881d586762fcc07382b530a06985224dfc1be5ce4af3e78eca50c
ARG COSIGN_IMAGE=quay.io/redhat-user-workloads/rhtas-tenant/cli/cosign@sha256:8cc2fcf240357c9ace8fea16da0c1b27fa91a03c53e16cd909ce9aa20d01a1f9
ARG GITSIGN_IMAGE=quay.io/redhat-user-workloads/rhtas-tenant/cli/gitsign@sha256:4c67f8eb3f3156b47e31ebffeae950114943e560e0396cd6320dc7de5bdc255d

RUN mkdir -p /downloads/cosign && \
mkdir -p /downloads/gitsign
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 @@ -20,7 +20,7 @@
# An image with oc so we can run `oc image extract` to download the binaries
FROM registry.redhat.io/openshift4/ose-tools-rhel8:v4.11.0-202401122348.p0.gbf40a6c.assembly.stream AS downloads

ARG REKOR_IMAGE=quay.io/redhat-user-workloads/rhtas-tenant/rekor/rekor-cli@sha256:eba81f448cb8463ef22d4320ccd39fcd12885041e704949fe4ee04fe9d471a11
ARG REKOR_IMAGE=quay.io/redhat-user-workloads/rhtas-tenant/rekor/rekor-cli@sha256:d45c5df9f79aa3a12b1f5d44f2da61f0e407f0c0cfc932826113004a81c84533
ARG EC_IMAGE=quay.io/redhat-user-workloads/rhtap-contract-tenant/ec-v01-alpha/cli-v01-alpha@sha256:6aca9b2e9fde177d1398820b4b0609865dc2b0573c2d9e6d475e515a6a123f1c

RUN mkdir -p /downloads/rekor && \
Expand Down

0 comments on commit 5f9f49d

Please sign in to comment.