chore(ci): use container image mirror
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Markus Pesch 2025-04-02 09:54:30 +02:00
parent 63fd6810bf
commit 9b503252f4
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -27,7 +27,7 @@ steps:
from_secret: smtp_password
PLUGIN_FROM:
from_secret: smtp_mail_address
image: docker.io/drillster/drone-email:latest
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
@ -53,7 +53,7 @@ platform:
steps:
- name: archlinux
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh archlinux latest
environment:
@ -64,7 +64,7 @@ steps:
path: /var/run/docker.sock
- name: notify
image: docker.io/drillster/drone-email:latest
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
environment:
PLUGIN_HOST:
from_secret: smtp_host
@ -103,7 +103,7 @@ platform:
steps:
- name: centos7
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh centos 7
environment:
@ -114,7 +114,7 @@ steps:
path: /var/run/docker.sock
- name: notify
image: docker.io/drillster/drone-email:latest
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
environment:
PLUGIN_HOST:
from_secret: smtp_host
@ -153,7 +153,7 @@ platform:
steps:
- name: 8-slim
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh debian 8-slim
environment:
@ -164,7 +164,7 @@ steps:
path: /var/run/docker.sock
- name: 9-slim
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh debian 9-slim
environment:
@ -175,7 +175,7 @@ steps:
path: /var/run/docker.sock
- name: 10-slim
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh debian 10-slim
environment:
@ -186,7 +186,7 @@ steps:
path: /var/run/docker.sock
- name: 11-slim
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh debian 11-slim
environment:
@ -197,7 +197,7 @@ steps:
path: /var/run/docker.sock
- name: notify
image: docker.io/drillster/drone-email:latest
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
environment:
PLUGIN_HOST:
from_secret: smtp_host
@ -236,7 +236,7 @@ platform:
steps:
- name: fedora-33
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh fedora 33
environment:
@ -247,7 +247,7 @@ steps:
path: /var/run/docker.sock
- name: fedora-34
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh fedora 34
environment:
@ -258,7 +258,7 @@ steps:
path: /var/run/docker.sock
- name: notify
image: docker.io/drillster/drone-email:latest
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
environment:
PLUGIN_HOST:
from_secret: smtp_host
@ -297,7 +297,7 @@ platform:
steps:
- name: ubuntu-16.04
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh ubuntu 16.04
environment:
@ -308,7 +308,7 @@ steps:
path: /var/run/docker.sock
- name: ubuntu-18.04
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh ubuntu 18.04
environment:
@ -319,7 +319,7 @@ steps:
path: /var/run/docker.sock
- name: ubuntu-20.04
image: docker.io/volkerraschek/build-image:latest
image: harbor.cryptic.systems/docker/volkerraschek/build-image:latest
commands:
- ./build.sh ubuntu 20.04
environment:
@ -330,7 +330,7 @@ steps:
path: /var/run/docker.sock
- name: notify
image: docker.io/drillster/drone-email:latest
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
environment:
PLUGIN_HOST:
from_secret: smtp_host