(DRON-232) enable build-kit for secrets consumption

This commit is contained in:
TP Honey
2022-02-11 10:49:42 +00:00
parent ad28b4d0f6
commit 05357ea390
6 changed files with 91 additions and 50 deletions

40
docs/card.data.json Normal file
View File

@@ -0,0 +1,40 @@
{
"Id": "sha256:3b0709c9afb41629c79c93355feed114d08a8c1bedd975eb53af08f4b867fd91",
"RepoTags": [
"798a0dae10d63d281eff4c06eaa12001ffd23740:latest",
"tphoney/test:latest"
],
"ParsedRepoTags": [
{
"Tag": ""
},
{
"Tag": ""
},
{
"Tag": "798a0dae10d63d281eff4c06eaa12001ffd23740:latest"
},
{
"Tag": "tphoney/test:latest"
}
],
"RepoDigests": [
"tphoney/test@sha256:93f8b95aaae7d194208b72e94a3a90544b00c8f2ad45aeb89d81a0c6ccbc5e19"
],
"Parent": "sha256:493aa330a5929027dd8ecded9fa8c473a1508d17c0fd7d6a94a7f197f8d22c60",
"Comment": "",
"Created": "2022-02-16T11:13:40.8956582Z",
"Container": "a57c0ca4dd2e081df8758e00549f7abe83803f1a1a7aaaf1cd8e685a5eb5a097",
"DockerVersion": "20.10.9",
"Author": "",
"Architecture": "amd64",
"Os": "linux",
"Size": 14045949,
"VirtualSize": 14045949,
"Metadata": {
"LastTagTime": "2022-02-16T11:13:40.9433973Z"
},
"SizeString": "13.40MB",
"VirtualSizeString": "13.40MB",
"Time": "2022-02-16T11:13:40Z"
}

View File

@@ -51,19 +51,22 @@
{
"type": "TextBlock",
"weight": "Lighter",
"text": "OS/ARCH",
"text": "TAGS",
"wrap": true,
"size": "Small",
"isSubtle": true,
"spacing": "Medium"
},
{
"type": "TextBlock",
"text": "${OS}/${Architecture}",
"wrap": true,
"size": "Small",
"type": "FactSet",
"facts": [
{
"title": "-",
"value": "${Tag}"
}
],
"spacing": "Small",
"weight": "Bolder"
"$data": "${ParsedRepoTags}"
}
],
"separator": true,
@@ -124,4 +127,4 @@
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5"
}
}

View File

@@ -1,26 +0,0 @@
{
"Id": "sha256:fec8cfc9f8eb4ed6bda3e83cea97c1365c53e261d07b9f47f3429c5fa879c414",
"RepoTags": [
"7ee96c0c66e9fa7905952b5fcf5b07461bdde833:latest",
"tphoney/test:latest"
],
"RepoDigests": [
"tphoney/test@sha256:96e93bd69d3b4a3863a34800db2f2aa087a861d5ce0460b5932f2b7474f10a0a"
],
"Parent": "sha256:618905d1de06873c5c59dee713977d68973fc2b497bc073108c9ce35c79019b1",
"Comment": "",
"Created": "2022-01-19T12:16:27.4679394Z",
"Container": "e09f5b26c8d454e24b738a2b38ec8ebda740bddfb872e512ace1cca3ea2d40a1",
"DockerVersion": "20.10.9",
"Author": "",
"Architecture": "amd64",
"Os": "linux",
"Size": 13195839,
"VirtualSize": 13195839,
"Metadata": {
"LastTagTime": "2022-01-19T12:16:27.5085833Z"
},
"SizeString": "12.58MB",
"VirtualSizeString": "12.58MB",
"Time": "2022-01-19T12:16:27Z"
}