use reg.devxy.io/proxy_cache
All checks were successful
ci/crow/cron/build/14 Pipeline was successful
ci/crow/cron/build/1 Pipeline was successful
ci/crow/cron/build/9 Pipeline was successful
ci/crow/cron/build/13 Pipeline was successful
ci/crow/cron/build/3 Pipeline was successful
ci/crow/cron/build/7 Pipeline was successful
ci/crow/cron/build/11 Pipeline was successful
ci/crow/cron/build/5 Pipeline was successful
ci/crow/cron/build/10 Pipeline was successful
ci/crow/cron/build/8 Pipeline was successful
ci/crow/cron/build/12 Pipeline was successful
ci/crow/cron/build/6 Pipeline was successful
ci/crow/cron/build/2 Pipeline was successful
ci/crow/cron/build/4 Pipeline was successful
All checks were successful
ci/crow/cron/build/14 Pipeline was successful
ci/crow/cron/build/1 Pipeline was successful
ci/crow/cron/build/9 Pipeline was successful
ci/crow/cron/build/13 Pipeline was successful
ci/crow/cron/build/3 Pipeline was successful
ci/crow/cron/build/7 Pipeline was successful
ci/crow/cron/build/11 Pipeline was successful
ci/crow/cron/build/5 Pipeline was successful
ci/crow/cron/build/10 Pipeline was successful
ci/crow/cron/build/8 Pipeline was successful
ci/crow/cron/build/12 Pipeline was successful
ci/crow/cron/build/6 Pipeline was successful
ci/crow/cron/build/2 Pipeline was successful
ci/crow/cron/build/4 Pipeline was successful
This commit is contained in:
parent
1f55c66522
commit
5c9b97b5dd
1 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ matrix:
|
|||
steps:
|
||||
# Ensures that we're always using the latest available upstream build chain
|
||||
# - name: Pull upstream
|
||||
# image: alpine:3.20
|
||||
# image: reg.devxy.io/proxy_cache/library/alpine:3.20
|
||||
# commands:
|
||||
# - apk add -q --no-cache git
|
||||
# - git remote add upstream https://github.com/cynkra/r-builds.git
|
||||
|
|
@ -94,7 +94,7 @@ steps:
|
|||
#.
|
||||
|
||||
- name: Get latest R version
|
||||
image: alpine:3.22
|
||||
image: reg.devxy.io/proxy_cache/library/alpine:3.22
|
||||
commands:
|
||||
- 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
|
||||
|
|
@ -125,7 +125,7 @@ steps:
|
|||
AWS_SECRET_ACCESS_KEY:
|
||||
from_secret: HETZNER_S3_SECRET_KEY_K3S
|
||||
AWS_ENDPOINT_URL: https://fsn1.your-objectstorage.com
|
||||
image: alpine:3.22
|
||||
image: reg.devxy.io/proxy_cache/library/alpine:3.22
|
||||
commands:
|
||||
- apk add -q --no-cache aws-cli
|
||||
- |
|
||||
|
|
@ -147,7 +147,7 @@ steps:
|
|||
|
||||
# ref: https://github.com/woodpecker-ci/woodpecker/discussions/2721
|
||||
- name: Build
|
||||
image: alpine:3.22
|
||||
image: reg.devxy.io/proxy_cache/library/alpine:3.22
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
|
|
@ -177,7 +177,7 @@ steps:
|
|||
effect: "NoSchedule"
|
||||
|
||||
- name: Upload to Hetzner S3
|
||||
image: woodpeckerci/plugin-s3:1.5.1
|
||||
image: reg.devxy.io/proxy_cache/woodpeckerci/plugin-s3:1.5.1
|
||||
pull: true
|
||||
settings:
|
||||
bucket: devxy-r-builds
|
||||
|
|
@ -217,7 +217,7 @@ services:
|
|||
docker:
|
||||
environment:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
image: docker:28-dind
|
||||
image: reg.devxy.io/proxy_cache/library/docker:28-dind
|
||||
commands:
|
||||
- mkdir -p /tmp/${PLATFORM}/${ARCH}
|
||||
- dockerd --tls=false --mtu 1420 --host=tcp://0.0.0.0:2375
|
||||
|
|
|
|||
Loading…
Reference in a new issue