Merge pull request #655 from legonigel/patch-1
Add image source label to docker container.
This commit is contained in:
commit
fa6bcdad04
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue