From 3651781c08b73cd83ca9ff0ad0d1cbf55f3f99b8 Mon Sep 17 00:00:00 2001 From: crapStone Date: Mon, 25 Nov 2024 23:35:51 +0100 Subject: [PATCH] use newer image --- .woodpecker/build.yml | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 1c4428b..3fb2957 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -123,21 +123,10 @@ steps: services: pebble_acme: - image: letsencrypt/pebble - commands: - - | - echo '{ - "pebble": { - "listenAddress": "0.0.0.0:80", - "managementListenAddress": "0.0.0.0:8080", - "httpPort": 80, - "tlsPort": 443, - "ocspResponderURL": "", - "externalAccountBindingRequired": false - } - } - ' > /pebble.json - - pebble -config /pebble.json + image: ghcr.io/letsencrypt/pebble:2.6.0 + ports: + - 80:14000 # ACME port + - 8080:15000 # Management port environment: - PEBBLE_VA_NOSLEEP: "1" - PEBBLE_VA_ALWAYS_VALID: "1" + PEBBLE_VA_NOSLEEP: '1' + PEBBLE_VA_ALWAYS_VALID: '1'