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
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
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: # 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

View File

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

View File

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

View File

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