fix: healthcheck utilise alpine:3.20 + curl (curlimages sans grep)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -68,8 +68,9 @@ steps:
|
||||
|
||||
# Etape 4 : Healthcheck post-deploiement
|
||||
- name: healthcheck
|
||||
image: curlimages/curl:8.11.0
|
||||
image: alpine:3.20
|
||||
commands:
|
||||
- apk add --no-cache --quiet curl
|
||||
- |
|
||||
PS_DOMAIN=$(grep '^PS_DOMAIN=' .env.deploy | cut -d= -f2)
|
||||
if [ -z "${PS_DOMAIN}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user