chore: Always utilise ECR for docker.io/library

This commit is contained in:
Kjeld Schouten
2025-02-08 17:54:47 +01:00
parent a2633a65b4
commit dd05960e31
9 changed files with 11 additions and 11 deletions
@@ -99,7 +99,7 @@
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-postgres-tomcat$",
"matchPackageNames": ["docker.io/library/xwiki"]
"matchPackageNames": ["public.ecr.aws/docker/library/xwiki"]
},
{
"matchDatasources": ["docker"],