mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
{
|
|
"acKind": "ImageManifest",
|
|
"acVersion": "0.8.6",
|
|
"name": "@ACI_NAME@",
|
|
"labels": [
|
|
{"name": "arch", "value": "@ACI_ARCH@"},
|
|
{"name": "os", "value": "linux"},
|
|
{"name": "version", "value": "@ACI_VERSION@"}
|
|
],
|
|
"app": {
|
|
"user": "0",
|
|
"group": "0"
|
|
}
|
|
}
|