Also release an alpine variant of the Docker image for Gitlab CI

This commit is contained in:
Yann Hamon 2021-08-29 13:06:30 +02:00
parent 2eefa7fc22
commit 4544f45fa1
2 changed files with 14 additions and 0 deletions

5
Dockerfile-alpine Normal file
View 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"]