We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee87c43 + 056693c commit fa6bcdaCopy full SHA for fa6bcda
Dockerfile
@@ -6,6 +6,8 @@ ENV GO111MODULE=on \
6
CGO_ENABLED=0 \
7
TARGET_GOOS=${TARGET_GOOS} \
8
TARGET_GOARCH=${TARGET_GOARCH}
9
+
10
+LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
11
12
WORKDIR /go/src/github.com/cloudflare/cloudflared/
13
0 commit comments