| commit | a42844a2d797d0ddc3a8eb0658ecd26f949277df | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Thu May 16 18:06:19 2024 +0200 |
| committer | Serge Bazanski <serge@monogon.tech> | Wed May 22 12:12:27 2024 +0000 |
| tree | 61cefc86911d080e8dd37b81a3f3358ae1076055 | |
| parent | 5878603e42a090dca43467173a249d5a8be4533f [diff] |
go/qcow2: implement simple image generator This is a write-at-once, write-only library for qcow2 images. We will use it in tests to generate copy-on-write, snapshot-style images (instead of wasting disk space and iops copying the node image every time). Change-Id: I3c8eaeb0c6fa1da44255eb7fc577168d6066d8e3 Reviewed-on: https://review.monogon.dev/c/monogon/+/3092 Tested-by: Jenkins CI Reviewed-by: Jan Schär <jan@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix: #monogon-os-community:matrix.org.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.