23 lines
803 B
JSON
23 lines
803 B
JSON
|
|
{
|
||
|
|
"schemaVersion": 1,
|
||
|
|
"bundleId": "smartvm-minimal-v1-x86_64",
|
||
|
|
"name": "SmartVM minimal x86_64 bundle",
|
||
|
|
"arch": "x86_64",
|
||
|
|
"firecrackerVersion": "v1.15.1",
|
||
|
|
"rootfsType": "ext4",
|
||
|
|
"rootfsIsReadOnly": false,
|
||
|
|
"bootArgs": "console=ttyS0 reboot=k panic=1 pci=off",
|
||
|
|
"kernel": {
|
||
|
|
"url": "https://assets.example.com/push.rocks/smartvm/base-images/smartvm-minimal-v1/x86_64/vmlinux",
|
||
|
|
"fileName": "vmlinux",
|
||
|
|
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
||
|
|
"sizeBytes": 12345678
|
||
|
|
},
|
||
|
|
"rootfs": {
|
||
|
|
"url": "https://assets.example.com/push.rocks/smartvm/base-images/smartvm-minimal-v1/x86_64/rootfs.ext4",
|
||
|
|
"fileName": "rootfs.ext4",
|
||
|
|
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
||
|
|
"sizeBytes": 12345678
|
||
|
|
}
|
||
|
|
}
|