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.
1 parent 937b06e commit 227a397Copy full SHA for 227a397
Dockerfile
@@ -6,6 +6,9 @@ ARG BASE_IMAGE="rpardini/nginx-proxy-connect-stable-alpine:nginx-1.18.0-alpine-3
6
ARG BASE_IMAGE_SUFFIX=""
7
FROM ${BASE_IMAGE}${BASE_IMAGE_SUFFIX}
8
9
+# Link image to original repository on GitHub
10
+LABEL org.opencontainers.image.source https://github.com/rpardini/docker-registry-proxy
11
+
12
# apk packages that will be present in the final image both debug and release
13
RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl
14
0 commit comments