Compare commits

...

12 Commits

Author SHA1 Message Date
0fa77dcdc4
chore(ci): rollback plugins/docker to 20.18.6
Some checks failed
continuous-integration/drone/push Build is failing
2025-04-02 10:43:27 +02:00
0cb2cf6f08
chore(ci): use container image mirror
Some checks failed
continuous-integration/drone/push Build is failing
2025-04-02 09:54:06 +02:00
0e183593f8
chore(deps): update container images
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 19:12:18 +00:00
6840d711ef
fix(Makefile): make FQIN configurable
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-01 20:45:37 +02:00
300a24807b
chore(renovate): use configuration preset
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-03-30 20:42:29 +02:00
efba7d9140
chore(deps): update docker.io/plugins/docker docker tag to v20.18.8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-26 20:11:43 +00:00
b6cf651a15
chore(deps): update docker.io/library/golang docker tag to v1.24.1-alpine3.21
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-03-22 14:50:03 +01:00
1d3f0dd08e
chore(deps): update dependency docker/compose to v2.34.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-22 14:47:32 +01:00
7335c15d79
chore(deps): update docker.io/library/golang docker tag to v1.24.1 2025-03-22 14:47:23 +01:00
56176dd60f
chore(deps): update quay.io/skopeo/stable docker tag to v1.18.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-02-28 17:11:23 +00:00
476a48c711
chore(deps): update dependency docker/compose to v2.33.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-02-21 17:08:22 +00:00
0f23c958ed
chore(deps): update docker.io/plugins/docker docker tag to v20.18.7
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2025-02-18 08:10:17 +00:00
4 changed files with 21 additions and 44 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,4 +1,4 @@
FROM docker.io/library/golang:1.24.0-alpine3.20 AS build
FROM docker.io/library/golang:1.24.2-alpine3.21 AS build
ARG DC_VERSION=main

View File

@ -1,6 +1,6 @@
# DC_VERSION
# Only required to install a specifiy version
DC_VERSION?=v2.33.0 # renovate: datasource=github-releases depName=docker/compose
DC_VERSION?=v2.34.0 # 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
@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
# DC_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables.
DC_IMAGE_REGISTRY_NAME:=git.cryptic.systems
DC_IMAGE_REGISTRY_USER:=volker.raschek
DC_IMAGE_REGISTRY_NAME?=git.cryptic.systems
DC_IMAGE_REGISTRY_USER?=volker.raschek
DC_IMAGE_NAMESPACE?=${DC_IMAGE_REGISTRY_USER}
DC_IMAGE_NAME:=docker-compose

View File

@ -1,39 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
],
"packageRules": [
{
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"description": "Automatically update patch version of used container images in docker files",
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
"automerge": true,
"matchManagers": [ "dockerfile" ],
"matchUpdateTypes": [ "patch" ]
},
{
"addLabels": [ "renovate/docker-compose", "renovate/automerge" ],
"automerge": false,
"matchPackageNames": [ "docker-compose" ],
"matchManagers": [ "regex" ]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update version",
"fileMatch": [
"^Makefile$"
],
"matchStrings": [
"DC_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
]
}
]
}