1
0
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:
Jamie Curnow
2023-03-15 15:28:28 +10:00
parent 700518a0a2
commit 12909de3c1
4 changed files with 6 additions and 6 deletions

View File

@ -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