Pin base image digests and add Renovate for automated updates
Renovate will open PRs automatically when debian:bookworm-slim or debian:sid-slim receive updates (e.g. security patches), keeping the container current without relying solely on scheduled rebuilds.
This commit is contained in:
parent
160d10da37
commit
82bd9081c8
3 changed files with 19 additions and 4 deletions
15
renovate.json
Normal file
15
renovate.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"docker": {
|
||||
"pinDigests": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["dockerfile"],
|
||||
"matchPackageNames": ["debian"],
|
||||
"commitMessageTopic": "debian base image",
|
||||
"schedule": ["at any time"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue