mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-24 18:42:12 +00:00
infrakit: Use the moby tool naming convention to select moby builds
the `moby` tool uses a prefix for the build output. Specify the prefix (and optional path) in the `Moby` property in the JSON instead of assuming a different path for each initrd/kernel. Also, adopt the new name for the kernel image (vmlinuz64 -> <prefix>-bzImage). This should make it simpler to boot up hyperkit with Moby images build from by the moby tool. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"Instance": {
|
||||
"Plugin": "instance-hyperkit",
|
||||
"Properties": {
|
||||
"Moby": "./vms/default",
|
||||
"Moby": "../../moby",
|
||||
"Disk" : 512,
|
||||
"CPUs" : 2,
|
||||
"Memory" : 1024
|
||||
|
||||
Reference in New Issue
Block a user