added opencontainers.org labels to docker containers
This commit is contained in:
parent
e039cae5c8
commit
db4c441f67
3 changed files with 24 additions and 3 deletions
|
@ -32,7 +32,8 @@
|
|||
"fileMatch": ["(^|/)[\\w-.]*[Dd]ockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+"
|
||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
||||
"ARG BASE_IMAGE_NAME=(?<depName>.*?):(?<currentVersion>.*?)\\s+(ARG )?BASE_IMAGE_DIGEST=(?<currentDigest>.*?)\\s"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue