File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# We start from my nginx fork which includes the proxy-connect module from tEngine
22# Source is available at https://github.com/rpardini/nginx-proxy-connect-stable-alpine
33# This is already multi-arch!
4- ARG BASE_IMAGE="registry.gitlab.com/coreweave/nginx-proxy-connect-stable-alpine:v1.2 .0"
4+ ARG BASE_IMAGE="registry.gitlab.com/coreweave/nginx-proxy-connect-stable-alpine:v1.4 .0"
55ARG DEBUG_IMAGE
66# Could be "-debug"
77
88ARG BASE_IMAGE_SUFFIX="${IMAGE_SUFFIX}"
99FROM ${BASE_IMAGE}${BASE_IMAGE_SUFFIX}
1010
1111# Link image to original repository on GitHub
12- LABEL org.opencontainers.image.source https://github.com/rpardini /docker-registry-proxy
12+ LABEL org.opencontainers.image.source https://github.com/coreweave /docker-registry-proxy
1313
1414# apk packages that will be present in the final image both debug and release
1515RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl
You can’t perform that action at this time.
0 commit comments