diff --git a/Dockerfile b/Dockerfile index 1390d903..93fe1c1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,6 @@ USER nonroot:nonroot ENTRYPOINT ["/app/webhook"] -LABEL org.opencontainers.image.source https://github.com/k8s-at-home/dnsmadeeasy-webhook +ARG IMAGE_SOURCE +#https://github.com/k8s-at-home/template-container-image +LABEL org.opencontainers.image.source $IMAGE_SOURCE