| commit | 5fdca5678df575870c5c2def673669e894b5158e | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Mon Apr 14 11:33:29 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Tue Apr 29 06:55:58 2025 +0000 |
| tree | c4a02abab427e96b568ff5b22f8c77c0882c33ea | |
| parent | 9d2f3c681fee76b54dc202da6ca140151f588be8 [diff] |
metropolis: use new OS image format for install This switches the USB and SSH installation methods to the new OS image format based on OCI artifacts. When stored on disk, the new format consists of a directory containing an OCI layout, instead of a single file. This means that all steps which copy or upload an image now need to handle a tree of files. Change-Id: I526d32f5c50bd74f513f785118768a56b2655fa0 Reviewed-on: https://review.monogon.dev/c/monogon/+/4090 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
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) or Discord.
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.