fix(ci): use a container image mirror for docker.io
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-06-15 16:15:30 +02:00
parent 3eb4d90651
commit 152f20fe9b
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 19 additions and 1 deletions

View File

@ -74,6 +74,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
tags: latest-amd64 tags: latest-amd64
@ -138,6 +140,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
tags: latest-arm-v7 tags: latest-arm-v7
@ -202,6 +206,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
tags: latest-arm64-v8 tags: latest-arm64-v8
@ -265,6 +271,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
tags: latest-amd64 tags: latest-amd64
@ -327,6 +335,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
tags: latest-arm-v7 tags: latest-arm-v7
@ -389,6 +399,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
tags: latest-arm64-v8 tags: latest-arm64-v8
@ -571,6 +583,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
username: username:
@ -629,6 +643,8 @@ steps:
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
username: username:
@ -680,13 +696,15 @@ steps:
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8
dockerfile: Dockerfile dockerfile: Dockerfile
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/helm repo: git.cryptic.systems/volker.raschek/helm
username: username: