added opencontainers.org labels to docker containers

This commit is contained in:
Jenny Danzmayr 2023-11-12 19:06:01 +01:00
parent e039cae5c8
commit db4c441f67
3 changed files with 24 additions and 3 deletions

View file

@ -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"
},