Skip to content

Commit

Permalink
Merge branch 'main' into konflux/mintmaker/main/registry.access.redha…
Browse files Browse the repository at this point in the history
…t.com-ubi9-ubi-minimal
  • Loading branch information
JasonPowr authored Feb 6, 2025
2 parents cab044f + 7da9391 commit 04bce50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.client-server-re.rh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


FROM quay.io/securesign/rekor-cli@sha256:0f874a33e5ee36ed6cdb080e1774a6d66d3c095458f8a138b5c0f95fd8f32944 as rekor
FROM registry.redhat.io/rhtas/ec-rhel9:0.5@sha256:a707c770bef82175afe4ea1700b39b33572749ebe4674925d87b99638966e788 as ec
FROM registry.redhat.io/rhtas/ec-rhel9:0.5@sha256:3d330b4c742f584be63cf11e451f7822863a5960976a721e18bd8b2e9f1c0038 as ec

FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:a9c41b5bff991254fc62846fd1cd377ce1967dfd66dc2c76432610ab2586b29b

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.clients.rh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ FROM quay.io/securesign/fetch-tsa-certs@sha256:7b961ddaf56f3409a0f1e2ad4ebeb89bf

# Provides the Trusted Artifact Signer CLI binaries, rekor-cli and ec
FROM quay.io/securesign/rekor-cli@sha256:4b564d7a27fb6916797d7cc9e0ab25181636accb5578cdb683f9d9440192c4aa as rekor
FROM registry.redhat.io/rhtas/ec-rhel9:0.5@sha256:a707c770bef82175afe4ea1700b39b33572749ebe4674925d87b99638966e788 as ec
FROM registry.redhat.io/rhtas/ec-rhel9:0.5@sha256:3d330b4c742f584be63cf11e451f7822863a5960976a721e18bd8b2e9f1c0038 as ec

# Provides the Trusted Artifact Signer CLI binaries trillian-createtree and trillian-updatetree
FROM quay.io/securesign/trillian-createtree@sha256:6c754e9cd35d7d413c81c93c93294b96a0659bed0346ac3ee6abd53b912c15a0 as trillian-createtree
FROM quay.io/securesign/trillian-updatetree@sha256:804b1eb4af35c93fa3f36d845906a0e4c9dcd958f6185631a483ce79d7a5353d as trillian-updatetree

FROM quay.io/securesign/cli-tuftool@sha256:0ef40ec09ba3a202d764553ba1e8dff2261d024c5f5f3a4b52eac214f82fa810 as tuf-tool

FROM registry.access.redhat.com/ubi9/httpd-24@sha256:b2407696eb3b8913eff6a5a7f051f4392b2739987848c8debed294cbe5ea8a2e
FROM registry.access.redhat.com/ubi9/httpd-24@sha256:1b51b3e0d7b372b6e7caca6de5f2fe5a8a274c91bd4c2cb45e2f3e3353daf109
ENV APP_ROOT=/opt/app-root
WORKDIR $APP_ROOT/src/

Expand Down

0 comments on commit 04bce50

Please sign in to comment.