feat: integrate into CI/CD, version 2.8.3
ZeroDownTime/docker-repository/pipeline/tag This commit looks good Details

This commit is contained in:
Stefan Reimer 2024-03-20 18:27:22 +00:00
parent 82e7afaa52
commit 9c6d4c69b8
3 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.17
ARG ALPINE_VERSION=3.19
FROM alpine:${ALPINE_VERSION}
@ -12,7 +12,7 @@ RUN cd /etc/apk/keys && \
ca-certificates \
docker-registry@kubezero
USER docker-registry
USER docker-registry
VOLUME ["/var/lib/registry"]
EXPOSE 5000

5
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,5 @@
library identifier: 'zdt-lib@master', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git'])
buildPodman name: 'docker-repository'

10
renovate.json Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":label(renovate)",
":semanticCommits",
"group:allNonMajor"
],
"prHourlyLimit": 0
}