Commit

Author:

Hash:

Timestamp:

+2 -2 +/-1 browse

Kevin Schoon [me@kevinschoon.com]

823e3f3d97926e2c3155173cafa3b84473bc3070

Sun, 06 Jul 2025 20:08:39 +0000 (4 months ago)

bump alpine base version in woodpecker and ayllu
1diff --git a/scripts/build_container.sh b/scripts/build_container.sh
2index 3d743e1..342ecc5 100755
3--- a/scripts/build_container.sh
4+++ b/scripts/build_container.sh
5 @@ -6,8 +6,8 @@ set -e
6
7 # The version of Alpine used to build all containers and the runtime
8 # version used. Ayllu tracks the latest Rust version in stable Alpine.
9- ALPINE_BASE_IMAGE="${AYLLU_ALPINE_BASE_IMAGE:-alpine:3.21}"
10- CI_BASE_IMAGE="${AYLLU_CI_BASE_IMAGE:-docker.io/woodpeckerci/woodpecker-agent:v3.6.0-alpine}"
11+ ALPINE_BASE_IMAGE="${AYLLU_ALPINE_BASE_IMAGE:-alpine:3.22}"
12+ CI_BASE_IMAGE="${AYLLU_CI_BASE_IMAGE:-docker.io/woodpeckerci/woodpecker-agent:v3.8.0-alpine}"
13 REGISTRY="${AYLLU_REGISTRY:-registry-auth.ayllu-forge.org}"
14
15 IMAGE_PATH="ayllu/ayllu"