feat: integrate into CI/CD, version 2.8.3
This commit is contained in:
parent
82e7afaa52
commit
9c6d4c69b8
@ -1,4 +1,4 @@
|
|||||||
ARG ALPINE_VERSION=3.17
|
ARG ALPINE_VERSION=3.19
|
||||||
|
|
||||||
FROM alpine:${ALPINE_VERSION}
|
FROM alpine:${ALPINE_VERSION}
|
||||||
|
|
||||||
|
5
Jenkinsfile
vendored
Normal file
5
Jenkinsfile
vendored
Normal 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
10
renovate.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
":label(renovate)",
|
||||||
|
":semanticCommits",
|
||||||
|
"group:allNonMajor"
|
||||||
|
],
|
||||||
|
"prHourlyLimit": 0
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user