Add support for Arm64 Docker images (#201)

This commit is contained in:
Yann Hamon 2023-05-14 12:24:06 +02:00 committed by Yann Hamon
parent ce2f6de185
commit 65cfe7e16e
2 changed files with 19 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.14 as certs
FROM alpine:3.14
LABEL org.opencontainers.image.authors="yann@mandragor.org" \
org.opencontainers.image.source="https://github.com/yannh/kubeconform/" \
org.opencontainers.image.description="A Kubernetes manifests validation tool" \