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:
|
# This file assumes that these scripts have been run first:
|
||||||
# - ./scripts/ci/build-frontend
|
# - ./scripts/ci/build-frontend
|
||||||
|
|
||||||
FROM nginxproxymanager/testca as testca
|
FROM jc21/testca as testca
|
||||||
FROM letsencrypt/pebble as pebbleca
|
FROM letsencrypt/pebble as pebbleca
|
||||||
FROM jc21/gotools:latest AS gobuild
|
FROM jc21/gotools:latest AS gobuild
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ RUN mkdir -p /dist \
|
|||||||
# Final image
|
# Final image
|
||||||
#===============
|
#===============
|
||||||
|
|
||||||
FROM nginxproxymanager/nginx-full:acmesh AS final
|
FROM jc21/nginx-full:acmesh AS final
|
||||||
|
|
||||||
COPY --from=gobuild /dist/server /app/bin/server
|
COPY --from=gobuild /dist/server /app/bin/server
|
||||||
# these certs are used for testing in CI
|
# 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 letsencrypt/pebble as pebbleca
|
||||||
FROM nginxproxymanager/nginx-full:acmesh-golang
|
FROM jc21/nginx-full:acmesh-golang
|
||||||
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
|
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
- website3.example.com
|
- website3.example.com
|
||||||
|
|
||||||
stepca:
|
stepca:
|
||||||
image: nginxproxymanager/testca
|
image: jc21/testca
|
||||||
volumes:
|
volumes:
|
||||||
- ./dev/resolv.conf:/etc/resolv.conf:ro
|
- ./dev/resolv.conf:/etc/resolv.conf:ro
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
|
@ -39,7 +39,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
npm-stepca:
|
npm-stepca:
|
||||||
image: nginxproxymanager/testca
|
image: jc21/testca
|
||||||
container_name: "npm.stepca"
|
container_name: "npm.stepca"
|
||||||
volumes:
|
volumes:
|
||||||
- ./dev/resolv.conf:/etc/resolv.conf:ro
|
- ./dev/resolv.conf:/etc/resolv.conf:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user