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