mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-14 16:34:46 +00:00
build: bump to use go1.17
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
98c80939c1
commit
727f5fe57e
3 changed files with 8 additions and 6 deletions
|
|
@ -1,8 +1,8 @@
|
|||
FROM alpine:latest as certs
|
||||
FROM alpine:3.14 as certs
|
||||
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 /
|
||||
ENTRYPOINT ["/kubeconform"]
|
||||
ENTRYPOINT ["/kubeconform"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue