Compare commits

..

6 Commits

Author SHA1 Message Date
3239febf58 Update dependency docker/compose to v2.29.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-09-12 22:08:41 +00:00
09345b7f7f Update docker.io/library/golang Docker tag to v1.23.1 2024-09-12 19:07:39 +00:00
04b19afe88 Update quay.io/skopeo/stable Docker tag to v1.16.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-09-03 16:07:18 +00:00
8bc58829ea Update quay.io/skopeo/stable Docker tag to v1.16.0
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-30 16:39:01 +00:00
883c9ab338 Update git.cryptic.systems/volker.raschek/markdownlint Docker tag to v0.41.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-30 16:27:58 +00:00
5700f17491 Update docker.io/plugins/docker Docker tag to v20.18.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-08-30 16:05:59 +00:00
3 changed files with 11 additions and 11 deletions

View File

@ -16,7 +16,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.38.0
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0
resources:
limits:
cpu: 150
@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.2
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.2
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.2
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.2
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -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.14.0
image: quay.io/skopeo/stable:v1.16.1
- name: email-notification
environment:
@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.2
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.17.2
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: true
auto_tag_suffix: arm64-v8
@ -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.14.0
image: quay.io/skopeo/stable:v1.16.1
- name: email-notification
environment:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.0-alpine3.20 AS build
FROM docker.io/library/golang:1.23.1-alpine3.20 AS build
ARG DC_VERSION=main

View File

@ -1,6 +1,6 @@
# DC_VERSION
# Only required to install a specifiy version
DC_VERSION?=v2.29.2 # renovate: datasource=github-releases depName=docker/compose
DC_VERSION?=v2.29.3 # renovate: datasource=github-releases depName=docker/compose
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and