mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-19 05:37:52 +00:00
16 lines
434 B
JSON
16 lines
434 B
JSON
|
{
|
||
|
"customManagers": [
|
||
|
{
|
||
|
"customType": "regex",
|
||
|
"fileMatch": [
|
||
|
".*"
|
||
|
],
|
||
|
"matchStrings": [
|
||
|
".*amiFilter=(?<packageName>.*?)\n(.*currentImageName=(?<currentDigest>.*?)\n)?(.*\n)?.*?(?<depName>[a-zA-Z0-9-_:]*)[ ]*?[:|=][ ]*?[\"|']?(?<currentValue>ami-[a-z0-9]{17})[\"|']?.*"
|
||
|
],
|
||
|
"datasourceTemplate": "aws-machine-image",
|
||
|
"versioningTemplate": "aws-machine-image"
|
||
|
}
|
||
|
]
|
||
|
}
|