Remove arm7 from supported archs. Update pebble to use newer image

This commit is contained in:
Jamie Curnow 2024-10-25 08:05:46 +10:00
parent bee6a83f33
commit 8434a2d1fa
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# - ./scripts/ci/build-frontend
FROM nginxproxymanager/testca AS testca
FROM letsencrypt/pebble AS pebbleca
FROM ghcr.io/letsencrypt/pebble AS pebbleca
FROM jc21/gotools:latest AS gobuild
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@ -1,5 +1,5 @@
FROM nginxproxymanager/testca AS testca
FROM letsencrypt/pebble AS pebbleca
FROM ghcr.io/letsencrypt/pebble AS pebbleca
FROM nginxproxymanager/nginx-full:acmesh-golang
LABEL maintainer="Jamie Curnow <jc@jc21.com>"

View File

@ -24,7 +24,7 @@ docker buildx build \
--build-arg SKIP_TESTS=1 \
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
--build-arg GOPROXY="${GOPROXY:-}" \
--platform linux/amd64,linux/arm64,linux/arm/7 \
--platform linux/amd64,linux/arm64 \
--progress plain \
--pull \
-f docker/Dockerfile \