Compare commits

..

7 Commits

Author SHA1 Message Date
3a1f44c5c1 fix: migrate to git.cryptic.systems
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-17 15:37:01 +02:00
b6105d12e5 chore(deps): update dependency docker.io/volkerraschek/drone-email to v0.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-17 15:03:17 +02:00
152f20fe9b fix(ci): use a container image mirror for docker.io
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-15 16:15:30 +02:00
3eb4d90651 Merge remote-tracking branch 'origin/renovate/quay.io-skopeo-stable-1.x'
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-15 15:46:20 +02:00
aa8afab6dd fix(makefile): migrate to git.cryptic.systems
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-15 15:45:23 +02:00
2bded211fb chore(deps): update dependency quay.io/skopeo/stable to v1.12.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2023-06-15 15:42:27 +02:00
9ac4ed9a07 chore(deps): update dependency helm/helm to v3.12.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
2023-06-15 15:42:16 +02:00
2 changed files with 69 additions and 51 deletions

View File

@ -34,7 +34,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -57,6 +57,9 @@ name: dry-run-amd64
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
@ -74,6 +77,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
@ -94,15 +99,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -121,6 +123,9 @@ name: dry-run-arm-v7
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm arch: arm
@ -138,6 +143,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
@ -158,15 +165,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -185,6 +189,9 @@ name: dry-run-arm64-v8
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
@ -202,6 +209,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
@ -222,15 +231,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -249,6 +255,9 @@ name: latest-amd64
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
@ -265,6 +274,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
@ -285,15 +296,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -311,6 +319,9 @@ name: latest-arm-v7
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm arch: arm
@ -327,6 +338,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
@ -347,15 +360,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -373,6 +383,9 @@ name: latest-arm64-v8
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
@ -389,6 +402,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
@ -409,15 +424,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -435,6 +447,11 @@ name: latest-manifest
clone: clone:
disable: true disable: true
depends_on:
- latest-amd64
- latest-arm-v7
- latest-arm64-v8
steps: steps:
- name: clone - name: clone
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
@ -462,7 +479,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -472,11 +489,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- latest-amd64
- latest-arm-v7
- latest-arm64-v8
trigger: trigger:
branch: branch:
- master - master
@ -513,7 +525,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.11.2 image: quay.io/skopeo/stable:v1.12.0
- name: email-notification - name: email-notification
environment: environment:
@ -527,7 +539,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -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:
@ -592,7 +606,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -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:
@ -650,7 +666,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -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:
@ -708,7 +726,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -728,6 +746,11 @@ name: tagged-manifest
clone: clone:
disable: true disable: true
depends_on:
- tagged-amd64
- tagged-arm-v7
- tagged-arm64-v8
steps: steps:
- name: clone - name: clone
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
@ -755,7 +778,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -765,11 +788,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- tagged-amd64
- tagged-arm-v7
- tagged-arm64-v8
trigger: trigger:
event: event:
- tag - tag
@ -784,6 +802,9 @@ name: tagged-sync
clone: clone:
disable: true disable: true
depends_on:
- tagged-manifest
steps: steps:
- name: clone - name: clone
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
@ -800,7 +821,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.11.2 image: quay.io/skopeo/stable:v1.12.0
- name: email-notification - name: email-notification
environment: environment:
@ -814,7 +835,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -824,9 +845,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- tagged-manifest
trigger: trigger:
event: event:
- tag - tag

View File

@ -1,6 +1,6 @@
# HELM_VERSION # HELM_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
HELM_VERSION?=v3.12.0 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.12.1 # renovate: datasource=github-releases depName=helm/helm
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a
@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
# HELM_IMAGE_REGISTRY_NAME # HELM_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables. # Defines the name of the new container to be built using several variables.
HELM_IMAGE_REGISTRY_NAME:=docker.io HELM_IMAGE_REGISTRY_NAME:=git.cryptic.systems
HELM_IMAGE_REGISTRY_USER:=volkerraschek HELM_IMAGE_REGISTRY_USER:=volker.raschek
HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER} HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER}
HELM_IMAGE_NAME:=helm HELM_IMAGE_NAME:=helm