This commit is contained in:
Joe Koch 2025-10-13 13:10:07 +02:00 committed by GitHub
commit e0cc32d00d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,5 @@ LABEL org.opencontainers.image.authors="Yann Hamon <yann@mandragor.org>" \
org.opencontainers.image.title="kubeconform" \
org.opencontainers.image.url="https://github.com/yannh/kubeconform/"
RUN apk add ca-certificates
COPY kubeconform /
ENTRYPOINT ["/kubeconform"]
COPY kubeconform ./usr/bin/kubeconform
ENTRYPOINT ["kubeconform"]