# Copyright (c) 2021 Gitpod GmbH. All rights reserved. # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. FROM cgr.dev/chainguard/helm:latest@sha256:8e43f0bb3d17c58f88339021e85682148801a6e8a1bb163d131e579ef109de99 COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/ COPY dev-gpctl--app/gpctl /app/ ENTRYPOINT [ "/app/installer" ] CMD [ "help" ]