chore: fix Dockerfile FROM quotes, gitlabci image quotes, add TINI_VERSION regex manager
Docker Build and Push / build (pull_request) Failing after 1m5s

This commit is contained in:
2026-06-09 02:17:23 +00:00
parent 8b27ec9682
commit b9a9f608df
3 changed files with 20 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true
},
"regexManagers": [
{
"description": "Track Tini version from ENV-based ADD download URL",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"TINI_VERSION\\s+\"(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
]
}