mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-22 11:39:52 +00:00
Also release an alpine variant of the Docker image for Gitlab CI
This commit is contained in:
parent
2eefa7fc22
commit
4544f45fa1
2 changed files with 14 additions and 0 deletions
5
Dockerfile-alpine
Normal file
5
Dockerfile-alpine
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:3.14 as certs
|
||||
MAINTAINER Yann HAMON <yann@mandragor.org>
|
||||
RUN apk add ca-certificates
|
||||
COPY kubeconform /
|
||||
ENTRYPOINT ["/kubeconform"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue