From d0926489baab4c2ad03f1aa52f29b762c62cb1f8 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 6 Jul 2024 15:02:53 +0200 Subject: [PATCH] image --- .woodpecker/build.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 5aeb8e7..b4ce1c5 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -5,12 +5,12 @@ matrix: include: - PLATFORM: rhel-9 PLATFORM_ID: el9 - - PLATFORM: centos-8 - PLATFORM_ID: el8 - - PLATFORM: ubuntu-2204 - PLATFORM_ID: 2204 - - PLATFORM: ubuntu-2404 - PLATFORM_ID: 2404 + # - PLATFORM: centos-8 + # PLATFORM_ID: el8 + # - PLATFORM: ubuntu-2204 + # PLATFORM_ID: 2204 + # - PLATFORM: ubuntu-2404 + # PLATFORM_ID: 2404 # - PLATFORM: opensuse-155 # PLATFORM_ID: suse155 @@ -51,7 +51,7 @@ steps: - cat r_build_latest.txt - name: Build - image: docker:27.0.3-alpine3.20 + image: library/docker:27.0.3-alpine3.20 commands: | if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then apk add -q --no-cache py3-pip make just aws-cli docker-compose