mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-15 08:54:45 +00:00
Update goreleaser
This commit is contained in:
parent
ab7fd7f97d
commit
ec52b39db3
5 changed files with 32 additions and 71 deletions
|
|
@ -4,5 +4,5 @@ RUN apk add ca-certificates
|
|||
FROM scratch AS kubeconform
|
||||
MAINTAINER Yann HAMON <yann@mandragor.org>
|
||||
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
COPY bin/kubeconform /
|
||||
COPY kubeconform /
|
||||
ENTRYPOINT ["/kubeconform"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue