We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d268a7 + 9682649 commit efbde15Copy full SHA for efbde15
.github/renovate/understackContainerMatch.json
@@ -5,11 +5,9 @@
5
"customType": "regex",
6
"fileMatch": ["(^|/)images-openstack\\.ya?ml$"],
7
"matchStrings": [
8
- "(?<registryUrl>[a-zA-Z0-9.-]+(?:\\:[0-9]+)?)/(?<depName>[^\\s:@]+)(?::(?<currentValue>[-a-zA-Z_0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))?"
+ ":\\s+\"+(?<depName>[^\\s:@\"]+)(?::(?<currentValue>[-a-zA-Z_0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))\"?"
9
],
10
- "datasourceTemplate": "docker",
11
- "packageNameTemplate": "{{registryUrl}}/{{depName}}",
12
- "autoReplaceStringTemplate": "{{registryUrl}}/{{{depName}}}:{{{newValue}}}{{#if newDigest}}@{{{newDigest}}}{{/if}}"
+ "datasourceTemplate": "docker"
13
}
14
15
"packageRules": [
0 commit comments