chore: remove alpine 321, add 323
Some checks failed
ci/crow/cron/build/7 Pipeline is pending
ci/crow/cron/build/8 Pipeline is pending
ci/crow/cron/build/9 Pipeline is pending
ci/crow/cron/build/10 Pipeline is pending
ci/crow/cron/build/11 Pipeline is pending
ci/crow/cron/build/12 Pipeline is pending
ci/crow/cron/build/13 Pipeline is pending
ci/crow/cron/build/14 Pipeline is pending
ci/crow/cron/build/5 Pipeline was successful
ci/crow/cron/build/4 Pipeline failed
ci/crow/cron/build/6 Pipeline failed
ci/crow/cron/build/2 Pipeline failed
ci/crow/cron/build/1 Pipeline failed
ci/crow/cron/build/3 Pipeline was successful

This commit is contained in:
Patrick Schratz 2025-12-06 12:01:19 +01:00
commit a8e38ea55d
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -58,13 +58,13 @@ matrix:
# ARCH: arm64 # ARCH: arm64
# ARCH_ID: aarch64 # ARCH_ID: aarch64
# INSTANCE_TYPE: cax31 # INSTANCE_TYPE: cax31
- PLATFORM: alpine-321 - PLATFORM: alpine-323
PLATFORM_ID: alpine321 PLATFORM_ID: alpine323
ARCH: arm64 ARCH: arm64
ARCH_ID: aarch64 ARCH_ID: aarch64
INSTANCE_TYPE: cax31 INSTANCE_TYPE: cax31
- PLATFORM: alpine-321 - PLATFORM: alpine-323
PLATFORM_ID: alpine321 PLATFORM_ID: alpine323
ARCH: amd64 ARCH: amd64
ARCH_ID: x86_64 ARCH_ID: x86_64
INSTANCE_TYPE: AX42 INSTANCE_TYPE: AX42
@ -94,7 +94,7 @@ steps:
#. #.
- name: Get latest R version - name: Get latest R version
image: reg.devxy.io/proxy_cache/library/alpine:3.22 image: reg.devxy.io/proxy_cache/library/alpine:3.23
commands: commands:
- apk add -q --no-cache curl - apk add -q --no-cache curl
- curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' | head -n 1 > r-version-to-build.txt - curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' | head -n 1 > r-version-to-build.txt
@ -125,7 +125,7 @@ steps:
AWS_SECRET_ACCESS_KEY: AWS_SECRET_ACCESS_KEY:
from_secret: HETZNER_S3_SECRET_KEY_K3S from_secret: HETZNER_S3_SECRET_KEY_K3S
AWS_ENDPOINT_URL: https://fsn1.your-objectstorage.com AWS_ENDPOINT_URL: https://fsn1.your-objectstorage.com
image: reg.devxy.io/proxy_cache/library/alpine:3.22 image: reg.devxy.io/proxy_cache/library/alpine:3.23
commands: commands:
- apk add -q --no-cache aws-cli - apk add -q --no-cache aws-cli
- | - |
@ -147,7 +147,7 @@ steps:
# ref: https://github.com/woodpecker-ci/woodpecker/discussions/2721 # ref: https://github.com/woodpecker-ci/woodpecker/discussions/2721
- name: Build - name: Build
image: reg.devxy.io/proxy_cache/library/alpine:3.22 image: reg.devxy.io/proxy_cache/library/alpine:3.23
privileged: true privileged: true
environment: environment:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375