Skip to content

Commit d777b37

Browse files
committed
Dockerfile: squash warnings
- it is about 3 years too late to warn me about SecretsUsedInArgOrEnv
1 parent 033c822 commit d777b37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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=""
710
FROM ${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
1316
RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl

0 commit comments

Comments
 (0)