File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ dockers:
6363 - " --label=org.opencontainers.image.url=https://github.com/aquasecurity/chain-bench"
6464 - " --label=org.opencontainers.image.documentation=https://github.com/aquasecurity/chain-bench"
6565 - " --platform=linux/amd64"
66+ extra_files :
67+ - templates/
6668 - image_templates :
6769 - " {{ .Env.DOCKERHUB_PATH }}/chain-bench:{{ .Version }}-arm64"
6870 - " {{ .Env.DOCKERHUB_PATH }}/chain-bench:latest-arm64"
@@ -85,6 +87,8 @@ dockers:
8587 - " --label=org.opencontainers.image.url=https://github.com/aquasecurity/chain-bench"
8688 - " --label=org.opencontainers.image.documentation=https://github.com/aquasecurity/chain-bench"
8789 - " --platform=linux/arm64"
90+ extra_files :
91+ - templates/
8892
8993docker_manifests :
9094 - name_template : ' {{ .Env.DOCKERHUB_PATH }}/chain-bench:{{ .Version }}'
Original file line number Diff line number Diff line change 22FROM alpine:3.16
33RUN apk --no-cache add ca-certificates
44COPY chain-bench /usr/local/bin/chain-bench
5+ COPY templates/*.tpl templates/
56
67ENTRYPOINT [ "chain-bench" ]
You can’t perform that action at this time.
0 commit comments