From 7596c55269e98e1ec4bdde78de3fb703ce173ed7 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 1 Sep 2025 16:56:22 +0200 Subject: [PATCH] ci: use proxy_cache --- .crow/process-updates-redhat-8-amd64.yaml | 2 +- .crow/process-updates-redhat-8-arm64.yaml | 2 +- .crow/process-updates-redhat-9-amd64.yaml | 2 +- .crow/process-updates-redhat-9-arm64.yaml | 2 +- .crow/update-package-index-redhat-9-amd64.yaml | 2 +- .crow/update-package-index-redhat-9-arm64.yaml | 2 +- .crow/update-package-index-ubuntu-2204-amd64.yaml | 2 +- .crow/update-package-index-ubuntu-2204-arm64.yaml | 2 +- .crow/update-package-index-ubuntu-2404-amd64.yaml | 2 +- .crow/update-package-index-ubuntu-2404-arm64.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.crow/process-updates-redhat-8-amd64.yaml b/.crow/process-updates-redhat-8-amd64.yaml index d352342..bc52b8d 100644 --- a/.crow/process-updates-redhat-8-amd64.yaml +++ b/.crow/process-updates-redhat-8-amd64.yaml @@ -10,7 +10,7 @@ skip_clone: true steps: - name: 'Processing Updates' - image: docker.io/devxygmbh/rpkgs-build-env-redhat:8-4.4.3 + image: reg.devxy.io/rpkgs/rpkgs-build-env-redhat:8-4.4.3 pull: true environment: RED_HAT_DEV_PW: diff --git a/.crow/process-updates-redhat-8-arm64.yaml b/.crow/process-updates-redhat-8-arm64.yaml index 100e205..b77bdbe 100644 --- a/.crow/process-updates-redhat-8-arm64.yaml +++ b/.crow/process-updates-redhat-8-arm64.yaml @@ -14,7 +14,7 @@ labels: steps: - name: 'Processing Updates' - image: docker.io/devxygmbh/rpkgs-build-env-redhat:8-4.4.3 + image: reg.devxy.io/rpkgs/rpkgs-build-env-redhat:8-4.4.3 pull: true environment: RED_HAT_DEV_PW: diff --git a/.crow/process-updates-redhat-9-amd64.yaml b/.crow/process-updates-redhat-9-amd64.yaml index 6c4ceae..0be3621 100644 --- a/.crow/process-updates-redhat-9-amd64.yaml +++ b/.crow/process-updates-redhat-9-amd64.yaml @@ -10,7 +10,7 @@ skip_clone: true steps: - name: 'Processing Updates' - image: docker.io/devxygmbh/rpkgs-build-env-redhat:9-4.4.3 + image: reg.devxy.io/rpkgs/rpkgs-build-env-redhat:9-4.4.3 pull: true environment: RED_HAT_DEV_PW: diff --git a/.crow/process-updates-redhat-9-arm64.yaml b/.crow/process-updates-redhat-9-arm64.yaml index 50d2983..2c4a7ae 100644 --- a/.crow/process-updates-redhat-9-arm64.yaml +++ b/.crow/process-updates-redhat-9-arm64.yaml @@ -14,7 +14,7 @@ labels: steps: - name: 'Processing Updates' - image: docker.io/devxygmbh/rpkgs-build-env-redhat:9-4.4.3 + image: reg.devxy.io/rpkgs/rpkgs-build-env-redhat:9-4.4.3 pull: true environment: RED_HAT_DEV_PW: diff --git a/.crow/update-package-index-redhat-9-amd64.yaml b/.crow/update-package-index-redhat-9-amd64.yaml index 6f63c87..6dc28ff 100644 --- a/.crow/update-package-index-redhat-9-amd64.yaml +++ b/.crow/update-package-index-redhat-9-amd64.yaml @@ -64,7 +64,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.22 + image: reg.devxy.io/proxy_cache/library/alpine:3.22 environment: BUNNYNET_API_KEY: from_secret: BUNNYNET_API_KEY diff --git a/.crow/update-package-index-redhat-9-arm64.yaml b/.crow/update-package-index-redhat-9-arm64.yaml index 23d2ad1..051e391 100644 --- a/.crow/update-package-index-redhat-9-arm64.yaml +++ b/.crow/update-package-index-redhat-9-arm64.yaml @@ -64,7 +64,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.22 + image: reg.devxy.io/proxy_cache/library/alpine:3.22 environment: BUNNYNET_API_KEY: from_secret: BUNNYNET_API_KEY diff --git a/.crow/update-package-index-ubuntu-2204-amd64.yaml b/.crow/update-package-index-ubuntu-2204-amd64.yaml index 73acf84..e72ab0a 100644 --- a/.crow/update-package-index-ubuntu-2204-amd64.yaml +++ b/.crow/update-package-index-ubuntu-2204-amd64.yaml @@ -64,7 +64,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.22 + image: reg.devxy.io/proxy_cache/library/alpine:3.22 environment: BUNNYNET_API_KEY: from_secret: BUNNYNET_API_KEY diff --git a/.crow/update-package-index-ubuntu-2204-arm64.yaml b/.crow/update-package-index-ubuntu-2204-arm64.yaml index bccdff7..be4ced5 100644 --- a/.crow/update-package-index-ubuntu-2204-arm64.yaml +++ b/.crow/update-package-index-ubuntu-2204-arm64.yaml @@ -64,7 +64,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.22 + image: reg.devxy.io/proxy_cache/library/alpine:3.22 environment: BUNNYNET_API_KEY: from_secret: BUNNYNET_API_KEY diff --git a/.crow/update-package-index-ubuntu-2404-amd64.yaml b/.crow/update-package-index-ubuntu-2404-amd64.yaml index 1761613..167ffdb 100644 --- a/.crow/update-package-index-ubuntu-2404-amd64.yaml +++ b/.crow/update-package-index-ubuntu-2404-amd64.yaml @@ -66,7 +66,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.22 + image: reg.devxy.io/proxy_cache/library/alpine:3.22 environment: BUNNYNET_API_KEY: from_secret: BUNNYNET_API_KEY diff --git a/.crow/update-package-index-ubuntu-2404-arm64.yaml b/.crow/update-package-index-ubuntu-2404-arm64.yaml index 5e37274..360128d 100644 --- a/.crow/update-package-index-ubuntu-2404-arm64.yaml +++ b/.crow/update-package-index-ubuntu-2404-arm64.yaml @@ -64,7 +64,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.22 + image: reg.devxy.io/proxy_cache/library/alpine:3.22 environment: BUNNYNET_API_KEY: from_secret: BUNNYNET_API_KEY