From 056693c814250933a7832cc896ff23804a03a772 Mon Sep 17 00:00:00 2001 From: Nigel Armstrong Date: Tue, 31 May 2022 10:29:51 -0700 Subject: [PATCH] Add image source label to docker container. This label allows tools like [whitesource renovate](https://docs.renovatebot.com/modules/datasource/#docker-datasource) to find changelogs. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4f744f93..65224553 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ ENV GO111MODULE=on \ CGO_ENABLED=0 \ TARGET_GOOS=${TARGET_GOOS} \ TARGET_GOARCH=${TARGET_GOARCH} + +LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared" WORKDIR /go/src/github.com/cloudflare/cloudflared/