Skip to content

Commit

Permalink
initial Containerfile for tas-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom committed Oct 10, 2023
1 parent ef875d2 commit b794a95
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tas-clients/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM quay.io/redhat-user-workloads/rhtas-tenant/rhtas-cli-1-0-beta/cosign@sha256:1a34ac0ee18d144b18a3f18333216e87709018acb6fea42892b5e1a17e2c8af7 AS cosign-build
FROM quay.io/redhat-user-workloads/rhtas-tenant/rhtas-cli-1-0-beta/gitsign@sha256:a8e8fb362beb5a9a10f11877f676d4d6399b4f66fe9bd15c3bc352748707b98d AS gitsign-build

FROM registry.redhat.io/rhel8/httpd-24

COPY --from=cosign-build /usr/local/bin/cosign /var/www/html/downloads/cosign
COPY --from=gitsign-build /usr/local/bin/gitsign /var/www/html/downloads/gitsign

CMD run-httpd

0 comments on commit b794a95

Please sign in to comment.