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 #