feat(base-images): add managed base image bundles with cache retention, hosted manifests, and opt-in integration boot testing
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user