File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ FROM alpine:3.18.3 as certs
22RUN apk add ca-certificates
33
44FROM scratch AS kubeconform
5- LABEL org.opencontainers.image.authors="yann@mandragor.org" \
5+ LABEL org.opencontainers.image.authors="Yann Hamon < yann@mandragor.org> " \
66 org.opencontainers.image.source="https://github.com/yannh/kubeconform/" \
77 org.opencontainers.image.description="A Kubernetes manifests validation tool" \
88 org.opencontainers.image.documentation="https://github.com/yannh/kubeconform/" \
99 org.opencontainers.image.licenses="Apache License 2.0" \
1010 org.opencontainers.image.title="kubeconform" \
1111 org.opencontainers.image.url="https://github.com/yannh/kubeconform/"
12- MAINTAINER Yann HAMON <yann@mandragor.org>
1312COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
1413COPY kubeconform /
1514ENTRYPOINT ["/kubeconform" ]
Original file line number Diff line number Diff line change 11FROM alpine:3.18.3
2- LABEL org.opencontainers.image.authors="yann@mandragor.org" \
2+ LABEL org.opencontainers.image.authors="Yann Hamon < yann@mandragor.org> " \
33 org.opencontainers.image.source="https://github.com/yannh/kubeconform/" \
44 org.opencontainers.image.description="A Kubernetes manifests validation tool" \
55 org.opencontainers.image.documentation="https://github.com/yannh/kubeconform/" \
66 org.opencontainers.image.licenses="Apache License 2.0" \
77 org.opencontainers.image.title="kubeconform" \
88 org.opencontainers.image.url="https://github.com/yannh/kubeconform/"
9- MAINTAINER Yann HAMON <yann@mandragor.org>
109RUN apk add ca-certificates
1110COPY kubeconform /
1211ENTRYPOINT ["/kubeconform"]
You can’t perform that action at this time.
0 commit comments