From 367965395c384680ee4ef90d5d53226a189beae9 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 1 Sep 2020 14:32:46 -0500 Subject: [PATCH] adding more info --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2930b2d..9329cdce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,13 @@ LABEL com.github.actions.name="GitHub Super-Linter" \ com.github.actions.description="Lint your code base with GitHub Actions" \ com.github.actions.icon="code" \ com.github.actions.color="red" \ - maintainer="GitHub DevOps " + maintainer="GitHub DevOps " \ + org.opencontainers.image.authors="GitHub DevOps " \ + org.opencontainers.image.url="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" + ################################ # Set ARG values used in Build #