Convert OCI images to bootable disk images
Project description
BootOCI
What does it do?
BootOCI aims to create bootable disk images from OCI images (Docker container images).
It leverages the build cache feature of buildx / buildah to create efficient and fast builds.
This project exists because I wasn't satisfied with other solutions and I really like Docker.
- live-build - way too complicated, hard to keep track of changes
- mkosi - never actually got it to work properly
Tech stack
Installation
Currently supports Linux only.
Just run:
pip install bootoci
Usage examples
Debian 12 that boots into a shell:
bootoci -o ./bin/disk.img --docker --ash --kernel-from-debian --tag debian:12 --size 1024
Debian 12 with an upstream kernel:
bootoci -o ./bin/disk.img --docker --ash --kernel-from-source --tag debian:12 --size 1024
Ubuntu 24.04 with a serial ash shell:
bootoci -o ./bin/disk.img --docker --ash --kernel-from-debian --tag ubuntu:24.04 --serial
Debian 13 with GNOME, hostname and user passwords, in QCOW2 format:
bootoci -o ./bin/disk.img --docker --kernel-from-debian --tag debian-gnome --dockerfile ./examples/debian-gnome.Dockerfile --size 8192 --password root:12345678 --password user:12345678 --serial --format qcow2
Postgres server that starts on boot:
bootoci -o ./bin/disk.img --docker --kernel-from-debian --tag postgres --dockerfile ./examples/postgres-alpine.Dockerfile --size 1024 --entrypoint --serial
Usage in development
# Build a fully-fledged ubuntu desktop machine
python3 -m src.bootoci.cli --docker --kernel-from-debian -f ./examples/ubuntu-desktop.Dockerfile --size 4096 --serial --password "root:12345678" --password "user:12345678"
Testing images
# Test for UEFI boot
qemu-system-x86_64 -enable-kvm -M q35 -m 2G -bios /usr/share/ovmf/OVMF.fd -drive file=./bin/disk.img,format=raw
# Test for Legacy (BIOS) boot (not supported)
# qemu-system-x86_64 -enable-kvm -M q35 -m 2G -drive file=./bin/image.raw,format=raw
TODO
- Hybrid boot that supports Legacy and UEFI boot
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bootoci-0.2.1.tar.gz.
File metadata
- Download URL: bootoci-0.2.1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d757f1b2ea6f3111c1e6304e6547a3e117b2af47eeb51f6690604db4f2facdb
|
|
| MD5 |
7123d5cd82e1eb72e90628c8ad7fce1f
|
|
| BLAKE2b-256 |
bb27c696131c380069358dbcfedb20c2d14bdd026e569f0a5e44e2de25ad0b20
|
File details
Details for the file bootoci-0.2.1-py3-none-any.whl.
File metadata
- Download URL: bootoci-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac7db92c306600413e1b38cad9f11c4d3dd0e9ed50c613a5df9803c3e825ea49
|
|
| MD5 |
599a548d95b86be7fae81c67f4785b23
|
|
| BLAKE2b-256 |
6fcbf091676220d9fae06d932b3fdb019a112ae5fd61b36ea42e37f66deeef7a
|