Skip to content

Commit 8eba319

Browse files
committed
Remove pebble certs, they removed the dockerhub image that had armv7 support.
The ghcr image doesn't have it, so it was causing builds to fail.
1 parent e4e3415 commit 8eba319

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# This file assumes that the frontend has been built using ./scripts/frontend-build
55

66
FROM nginxproxymanager/testca AS testca
7-
FROM letsencrypt/pebble AS pebbleca
87
FROM nginxproxymanager/nginx-full:certbot-node
98

109
ARG TARGETPLATFORM
@@ -46,7 +45,6 @@ RUN yarn install \
4645

4746
# add late to limit cache-busting by modifications
4847
COPY docker/rootfs /
49-
COPY --from=pebbleca /test/certs/pebble.minica.pem /etc/ssl/certs/pebble.minica.pem
5048
COPY --from=testca /home/step/certs/root_ca.crt /etc/ssl/certs/NginxProxyManager.crt
5149

5250
# Remove frontend service not required for prod, dev nginx config as well

docker/dev/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM nginxproxymanager/testca AS testca
2-
FROM letsencrypt/pebble AS pebbleca
32
FROM nginxproxymanager/nginx-full:certbot-node
43
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
54

@@ -33,7 +32,6 @@ RUN rm -f /etc/nginx/conf.d/production.conf \
3332
&& chmod 644 -R /root/.cache
3433

3534
# Certs for testing purposes
36-
COPY --from=pebbleca /test/certs/pebble.minica.pem /etc/ssl/certs/pebble.minica.pem
3735
COPY --from=testca /home/step/certs/root_ca.crt /etc/ssl/certs/NginxProxyManager.crt
3836

3937
EXPOSE 80 81 443

docker/dev/pebble-config.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)