Merge pull request #683 from github/source-label

Add org.opencontainers.image.source LABEL to Dockerfile
This commit is contained in:
Lukas Gravley 2020-09-08 09:24:47 -05:00 committed by GitHub
commit 1928fa613a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ LABEL com.github.actions.name="GitHub Super-Linter" \
org.opencontainers.image.version=$BUILD_VERSION \
org.opencontainers.image.authors="GitHub DevOps <github_devops@github.com>" \
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"