Skip to content

Commit 8434a2d

Browse files
committed
Remove arm7 from supported archs. Update pebble to use newer image
1 parent bee6a83 commit 8434a2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - ./scripts/ci/build-frontend
66

77
FROM nginxproxymanager/testca AS testca
8-
FROM letsencrypt/pebble AS pebbleca
8+
FROM ghcr.io/letsencrypt/pebble AS pebbleca
99
FROM jc21/gotools:latest AS gobuild
1010

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

docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM nginxproxymanager/testca AS testca
2-
FROM letsencrypt/pebble AS pebbleca
2+
FROM ghcr.io/letsencrypt/pebble AS pebbleca
33
FROM nginxproxymanager/nginx-full:acmesh-golang
44
LABEL maintainer="Jamie Curnow <[email protected]>"
55

scripts/buildx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker buildx build \
2424
--build-arg SKIP_TESTS=1 \
2525
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
2626
--build-arg GOPROXY="${GOPROXY:-}" \
27-
--platform linux/amd64,linux/arm64,linux/arm/7 \
27+
--platform linux/amd64,linux/arm64 \
2828
--progress plain \
2929
--pull \
3030
-f docker/Dockerfile \

0 commit comments

Comments
 (0)