File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1
2+ # check=skip=SecretsUsedInArgOrEnv
3+
14# We start from my nginx fork which includes the proxy-connect module from tEngine
25# Source is available at https://github.com/rpardini/nginx-proxy-connect-stable-alpine
36# This is already multi-arch!
@@ -7,7 +10,7 @@ ARG BASE_IMAGE_SUFFIX=""
710FROM ${BASE_IMAGE}${BASE_IMAGE_SUFFIX}
811
912# Link image to original repository on GitHub
10- LABEL org.opencontainers.image.source https://github.com/rpardini/docker-registry-proxy
13+ LABEL org.opencontainers.image.source= https://github.com/rpardini/docker-registry-proxy
1114
1215# apk packages that will be present in the final image both debug and release
1316RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl
You can’t perform that action at this time.
0 commit comments