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
+
1
4
# We start from my nginx fork which includes the proxy-connect module from tEngine
2
5
# Source is available at https://github.com/rpardini/nginx-proxy-connect-stable-alpine
3
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
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
11
14
12
15
# apk packages that will be present in the final image both debug and release
13
16
RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl
You can’t perform that action at this time.
0 commit comments