diff --git a/Dockerfile b/Dockerfile index b162c1e30a..8cd711b1f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ ARG BASE FROM ${BASE} LABEL org.opencontainers.image.authors="Torin Sandall " +LABEL org.opencontainers.image.source="https://github.com/open-policy-agent/opa" # Temporarily allow us to identify whether running from within an offical # Docker image, so that we may print a warning when uid or gid == 0 (root)