You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-31 06:24:22 +03:00
Moved base images docker repo back to jc21, as
docker is sunsetting free teams and this open source project isn't prepared to pay 300 shmackaroos for a nicer image url
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
# This file assumes that these scripts have been run first:
|
||||
# - ./scripts/ci/build-frontend
|
||||
|
||||
FROM nginxproxymanager/testca as testca
|
||||
FROM jc21/testca as testca
|
||||
FROM letsencrypt/pebble as pebbleca
|
||||
FROM jc21/gotools:latest AS gobuild
|
||||
|
||||
@ -35,7 +35,7 @@ RUN mkdir -p /dist \
|
||||
# Final image
|
||||
#===============
|
||||
|
||||
FROM nginxproxymanager/nginx-full:acmesh AS final
|
||||
FROM jc21/nginx-full:acmesh AS final
|
||||
|
||||
COPY --from=gobuild /dist/server /app/bin/server
|
||||
# these certs are used for testing in CI
|
||||
|
Reference in New Issue
Block a user