Compare commits

...

14 Commits

Author SHA1 Message Date
volker.raschek 5b4672fea1 chore(deps): update dependency adrienverge/yamllint to v1.37.0
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:14 +02:00
volker.raschek 5eefb9d849 chore(deps): update dependency adrienverge/yamllint to v1.36.2
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:11 +02:00
volker.raschek d58747883a chore(deps): update dependency adrienverge/yamllint to v1.36.1
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:08 +02:00
volker.raschek c257f88818 chore(deps): update dependency adrienverge/yamllint to v1.36.0
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:05 +02:00
volker.raschek 04c7149a0f chore(deps): update dependency adrienverge/yamllint to v1.35.1
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:02 +02:00
volker.raschek 314551545b chore(deps): update dependency adrienverge/yamllint to v1.35.0
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:58 +02:00
volker.raschek 0897f6828b chore(deps): update dependency adrienverge/yamllint to v1.34.0
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:55 +02:00
volker.raschek 9e82be5800 chore(deps): update dependency adrienverge/yamllint to v1.33.0
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:53 +02:00
volker.raschek 597e105707 chore(deps): update dependency adrienverge/yamllint to v1.32.0
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:49 +02:00
volker.raschek 49e1de556b chore(deps): update dependency adrienverge/yamllint to v1.31.0
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:46 +02:00
volker.raschek 9416db9aab chore(deps): update dependency adrienverge/yamllint to v1.30.0
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is failing
2025-04-02 10:49:44 +02:00
volker.raschek ea8855db1e chore(ci): rollback plugins/docker to 20.18.6
continuous-integration/drone/push Build is failing
2025-04-02 10:47:42 +02:00
volker.raschek e801b3bbf1 chore(ci): use container image mirror 2025-04-02 10:47:42 +02:00
CSRBot 8da5d3ffd7 chore(deps): update container images 2025-04-02 10:47:42 +02:00
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -16,7 +16,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -331,7 +331,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:1.4.0 image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
settings: settings:
auto_tag: false auto_tag: false
ignore_missing: true ignore_missing: true
@@ -399,7 +399,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.17.0 image: quay.io/skopeo/stable:v1.18.0
- name: email-notification - name: email-notification
environment: environment:
@@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
@@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8
@@ -574,7 +574,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:1.4.0 image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
settings: settings:
auto_tag: true auto_tag: true
ignore_missing: true ignore_missing: true
@@ -639,7 +639,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.17.0 image: quay.io/skopeo/stable:v1.18.0
- name: email-notification - name: email-notification
environment: environment:
+1 -1
View File
@@ -1,6 +1,6 @@
# YAMLLINT_VERSION # YAMLLINT_VERSION
# Only required to install a specifiy 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 # 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