@@ -26,6 +26,7 @@ time, by using the build containers from
2626| [ ` live-disk-image ` ] ( live-disk-image.md ) | Debian Liveboot disk image | ` raw ` , ` qcow2 ` , ` vmdk ` , ... |
2727| [ ` disk-image ` ] ( disk-image.md ) | Disk image | ` raw ` , ` qcow2 ` , ` vmdk ` , ... |
2828| [ ` part-image ` ] ( part-image.md ) | Partition (filesystem) image | ` raw ` , ` qcow2 ` , ` vmdk ` , ... |
29+ | [ ` docker-image ` ] ( docker-image.md ) | Docker image | ` tar ` |
2930
3031## Compatibility
3132
@@ -37,17 +38,34 @@ However, not all combinations are possible. For example, a physical machine will
3738not boot a ` qcow2 ` image for virtual machines, but ` qemu ` will be able to boot
3839either ` qcow2 ` or ` raw ` images.
3940
40- The table below provides an overview of the possible options.
41+ The tables below provides an overview of the possible options.
4142
42- | Builder | Format | nspawn | Virtual Machine | Physical Machine |
43- | :------------------| ---------| :-------| :-------------------| :-------------------|
44- | ` deblive ` | ` iso ` | ❌ | UEFI:✅ -- BIOS:✅ | UEFI:✅ -- BIOS:✅ |
45- | ` live-disk-image ` | ` qcow2 ` | ❌ | UEFI:✅ -- BIOS:❌ | UEFI:❌ -- BIOS:❌ |
46- | ` disk-image ` | ` qcow2 ` | ❌ | UEFI:✅ -- BIOS:❌ | UEFI:❌ -- BIOS:❌ |
47- | ` live-disk-image ` | ` raw ` | ❌ | UEFI:✅ -- BIOS:❌ | UEFI:✅ -- BIOS:❌ |
48- | ` disk-image ` | ` raw ` | ✅ | UEFI:✅ -- BIOS:❌ | UEFI:✅ -- BIOS:❌ |
49- | ` part-image ` | ` raw ` | ✅ | UEFI:❌ -- BIOS:❌ | UEFI:❌ -- BIOS:❌ |
43+ Machines:
5044
45+ | Builder | Format | Virtual Machine | Physical Machine |
46+ | :------------------| ---------| :-------------------| :-------------------|
47+ | ` deblive ` | ` iso ` | UEFI:✅ -- BIOS:✅ | UEFI:✅ -- BIOS:✅ |
48+ | ` live-disk-image ` | ` qcow2 ` | UEFI:✅ -- BIOS:❌ | UEFI:❌ -- BIOS:❌ |
49+ | ` disk-image ` | ` qcow2 ` | UEFI:✅ -- BIOS:❌ | UEFI:❌ -- BIOS:❌ |
50+ | ` live-disk-image ` | ` raw ` | UEFI:✅ -- BIOS:❌ | UEFI:✅ -- BIOS:❌ |
51+ | ` disk-image ` | ` raw ` | UEFI:✅ -- BIOS:❌ | UEFI:✅ -- BIOS:❌ |
52+ | ` part-image ` | ` raw ` | UEFI:❌ -- BIOS:❌ | UEFI:❌ -- BIOS:❌ |
53+ | ` docker-image ` | ` tar ` | UEFI:❌ -- BIOS:❌ | UEFI:❌ -- BIOS:❌ |
54+
55+ ~~~ admonish note
5156Currently, booting in BIOS mode is only supported by the `deblive` builder, but
5257the `live-disk-image` and `disk-image` builders could possibly be extended to
5358support this, in the future.
59+ ~~~
60+
61+ Containers:
62+
63+ | Builder | Format | ` systemd-nspawn ` | ` docker ` | ` podman ` |
64+ | :------------------| ---------| :-----------------| :---------| ----------|
65+ | ` deblive ` | ` iso ` | ❌ | ❌ | ❌ |
66+ | ` live-disk-image ` | ` qcow2 ` | ❌ | ❌ | ❌ |
67+ | ` disk-image ` | ` qcow2 ` | ❌ | ❌ | ❌ |
68+ | ` live-disk-image ` | ` raw ` | ❌ | ❌ | ❌ |
69+ | ` disk-image ` | ` raw ` | ✅ | ❌ | ❌ |
70+ | ` part-image ` | ` raw ` | ✅ | ❌ | ❌ |
71+ | ` docker-image ` | ` tar ` | ❌ | ✅ | ✅ |
0 commit comments