14 Commits

Author SHA1 Message Date
5b4672fea1 chore(deps): update dependency adrienverge/yamllint to v1.37.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:14 +02:00
5eefb9d849 chore(deps): update dependency adrienverge/yamllint to v1.36.2
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:11 +02:00
d58747883a chore(deps): update dependency adrienverge/yamllint to v1.36.1
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:08 +02:00
c257f88818 chore(deps): update dependency adrienverge/yamllint to v1.36.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:05 +02:00
04c7149a0f chore(deps): update dependency adrienverge/yamllint to v1.35.1
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:02 +02:00
314551545b chore(deps): update dependency adrienverge/yamllint to v1.35.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:58 +02:00
0897f6828b chore(deps): update dependency adrienverge/yamllint to v1.34.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:55 +02:00
9e82be5800 chore(deps): update dependency adrienverge/yamllint to v1.33.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:53 +02:00
597e105707 chore(deps): update dependency adrienverge/yamllint to v1.32.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:49 +02:00
49e1de556b chore(deps): update dependency adrienverge/yamllint to v1.31.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:46 +02:00
9416db9aab chore(deps): update dependency adrienverge/yamllint to v1.30.0
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is failing
2025-04-02 10:49:44 +02:00
ea8855db1e chore(ci): rollback plugins/docker to 20.18.6
Some checks failed
continuous-integration/drone/push Build is failing
2025-04-02 10:47:42 +02:00
e801b3bbf1 chore(ci): use container image mirror 2025-04-02 10:47:42 +02:00
8da5d3ffd7 chore(deps): update container images 2025-04-02 10:47:42 +02:00
2 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
resources:
limits:
cpu: 150
@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build
image: docker.io/plugins/docker:20.18.6
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings:
auto_tag: false
dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build
image: docker.io/plugins/docker:20.18.6
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings:
auto_tag: false
dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build
image: docker.io/plugins/docker:20.18.6
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings:
auto_tag: false
dockerfile: Dockerfile
@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build
image: docker.io/plugins/docker:20.18.6
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings:
auto_tag: false
dockerfile: Dockerfile
@ -331,7 +331,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build-manifest
image: docker.io/plugins/manifest:1.4.0
image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
settings:
auto_tag: false
ignore_missing: true
@ -399,7 +399,7 @@ steps:
from_secret: container_image_registry_user
DEST_CRED_PASSWORD:
from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.17.0
image: quay.io/skopeo/stable:v1.18.0
- name: email-notification
environment:
@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build
image: docker.io/plugins/docker:20.18.6
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build
image: docker.io/plugins/docker:20.18.6
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings:
auto_tag: true
auto_tag_suffix: arm64-v8
@ -574,7 +574,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build-manifest
image: docker.io/plugins/manifest:1.4.0
image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
settings:
auto_tag: true
ignore_missing: true
@ -639,7 +639,7 @@ steps:
from_secret: container_image_registry_user
DEST_CRED_PASSWORD:
from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.17.0
image: quay.io/skopeo/stable:v1.18.0
- name: email-notification
environment:

View File

@ -1,6 +1,6 @@
# YAMLLINT_VERSION
# Only required to install a specifiy version
YAMLLINT_VERSION?=v1.28.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
YAMLLINT_VERSION?=v1.37.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a