From 214f68dc2af10fb90b82722867e00fe534d5b57c Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 27 Apr 2022 10:12:11 +0200 Subject: [PATCH] Dockerfile: add source annotation Signed-off-by: Stephan Renatus --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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)