Skip to content

Commit 12909de

Browse files
committed
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
1 parent 700518a commit 12909de

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file assumes that these scripts have been run first:
55
# - ./scripts/ci/build-frontend
66

7-
FROM nginxproxymanager/testca as testca
7+
FROM jc21/testca as testca
88
FROM letsencrypt/pebble as pebbleca
99
FROM jc21/gotools:latest AS gobuild
1010

@@ -35,7 +35,7 @@ RUN mkdir -p /dist \
3535
# Final image
3636
#===============
3737

38-
FROM nginxproxymanager/nginx-full:acmesh AS final
38+
FROM jc21/nginx-full:acmesh AS final
3939

4040
COPY --from=gobuild /dist/server /app/bin/server
4141
# these certs are used for testing in CI

docker/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM nginxproxymanager/testca as testca
1+
FROM jc21/testca as testca
22
FROM letsencrypt/pebble as pebbleca
3-
FROM nginxproxymanager/nginx-full:acmesh-golang
3+
FROM jc21/nginx-full:acmesh-golang
44
LABEL maintainer="Jamie Curnow <[email protected]>"
55

66
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

docker/docker-compose.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- website3.example.com
2121

2222
stepca:
23-
image: nginxproxymanager/testca
23+
image: jc21/testca
2424
volumes:
2525
- ./dev/resolv.conf:/etc/resolv.conf:ro
2626
- '/etc/localtime:/etc/localtime:ro'

docker/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
restart: unless-stopped
4040

4141
npm-stepca:
42-
image: nginxproxymanager/testca
42+
image: jc21/testca
4343
container_name: "npm.stepca"
4444
volumes:
4545
- ./dev/resolv.conf:/etc/resolv.conf:ro

0 commit comments

Comments
 (0)