Skip to content

Commit 227a397

Browse files
committed
Link image to original repository on GitHub via LABEL
1 parent 937b06e commit 227a397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ARG BASE_IMAGE="rpardini/nginx-proxy-connect-stable-alpine:nginx-1.18.0-alpine-3
66
ARG BASE_IMAGE_SUFFIX=""
77
FROM ${BASE_IMAGE}${BASE_IMAGE_SUFFIX}
88

9+
# Link image to original repository on GitHub
10+
LABEL org.opencontainers.image.source https://github.com/rpardini/docker-registry-proxy
11+
912
# apk packages that will be present in the final image both debug and release
1013
RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl
1114

0 commit comments

Comments
 (0)