mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
feat: add cosign tool in the goreleaser image (#2542)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
parent
7f272482e4
commit
a6605ad568
@ -10,6 +10,9 @@ RUN apk add --no-cache bash \
|
||||
build-base \
|
||||
tini
|
||||
|
||||
# install cosign
|
||||
COPY --from=gcr.io/projectsigstore/cosign:v1.3.1@sha256:3cd9b3a866579dc2e0cf2fdea547f4c9a27139276cc373165c26842bc594b8bd /bin/cosign /usr/local/bin/cosign
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"]
|
||||
CMD [ "-h" ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user