From c92bc10b8e1a7eb1e8a22d30a3682796bd7efc09 Mon Sep 17 00:00:00 2001 From: Bryan Clark Date: Fri, 4 Sep 2020 14:43:37 -0700 Subject: [PATCH] Add org.opencontainers.image.source LABEL --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7b737996..63f6f87f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ LABEL com.github.actions.name="GitHub Super-Linter" \ org.opencontainers.image.version=$BUILD_VERSION \ org.opencontainers.image.authors="GitHub DevOps " \ org.opencontainers.image.url="https://github.com/github/super-linter" \ + org.opencontainers.image.source="https://github.com/github/super-linter" \ org.opencontainers.image.documentation="https://github.com/github/super-linter" \ org.opencontainers.image.vendor="GitHub" \ org.opencontainers.image.description="Lint your code base with GitHub Actions"