Skip to content
Snippets Groups Projects
Commit c6a32aad authored by Mike Bryant's avatar Mike Bryant Committed by Rhys Arkins
Browse files

feat: Add image source label to docker image (#3753)

Fixes #3752
parent 78f6f3a8
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ FROM amd64/ubuntu:18.04@sha256:b36667c98cf8f68d4b7f1fb8e01f742c2ed26b5f0c965a788 ...@@ -15,6 +15,7 @@ FROM amd64/ubuntu:18.04@sha256:b36667c98cf8f68d4b7f1fb8e01f742c2ed26b5f0c965a788
LABEL maintainer="Rhys Arkins <rhys@arkins.net>" LABEL maintainer="Rhys Arkins <rhys@arkins.net>"
LABEL name="renovate" LABEL name="renovate"
LABEL org.opencontainers.image.source="https://github.com/renovatebot/renovate"
WORKDIR /usr/src/app/ WORKDIR /usr/src/app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment