We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033c822 commit d777b37Copy full SHA for d777b37
1 file changed
Dockerfile
@@ -1,3 +1,6 @@
1
+# syntax=docker/dockerfile:1
2
+# check=skip=SecretsUsedInArgOrEnv
3
+
4
# We start from my nginx fork which includes the proxy-connect module from tEngine
5
# Source is available at https://github.com/rpardini/nginx-proxy-connect-stable-alpine
6
# This is already multi-arch!
@@ -7,7 +10,7 @@ ARG BASE_IMAGE_SUFFIX=""
7
10
FROM ${BASE_IMAGE}${BASE_IMAGE_SUFFIX}
8
11
9
12
# Link image to original repository on GitHub
-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
14
15
# apk packages that will be present in the final image both debug and release
16
RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl
0 commit comments