mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05: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:
parent
700518a0a2
commit
12909de3c1
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM nginxproxymanager/testca as testca
|
||||
FROM jc21/testca as testca
|
||||
FROM letsencrypt/pebble as pebbleca
|
||||
FROM nginxproxymanager/nginx-full:acmesh-golang
|
||||
FROM jc21/nginx-full:acmesh-golang
|
||||
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
@ -20,7 +20,7 @@ services:
|
||||
- website3.example.com
|
||||
|
||||
stepca:
|
||||
image: nginxproxymanager/testca
|
||||
image: jc21/testca
|
||||
volumes:
|
||||
- ./dev/resolv.conf:/etc/resolv.conf:ro
|
||||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
@ -39,7 +39,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
npm-stepca:
|
||||
image: nginxproxymanager/testca
|
||||
image: jc21/testca
|
||||
container_name: "npm.stepca"
|
||||
volumes:
|
||||
- ./dev/resolv.conf:/etc/resolv.conf:ro
|
||||
|
Loading…
Reference in New Issue
Block a user