| commit | 1a7e1fe7c4059d79a4f5452d3ac9821cdaf22245 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Fri Jul 25 16:50:12 2025 +0200 |
| committer | Jan Schär <jan@monogon.tech> | Wed Jul 30 14:52:26 2025 +0000 |
| tree | f1fc24285aa0eb0753a7221882b9e3724dc4a641 | |
| parent | d4309bbea5cb711ec4288850e21da90b6b3e237e [diff] |
m/node/core/update: add support for OCI index The updater now also accepts OCI indexes, and will select the image with the matching architecture from the index. This is tested by making on of the update steps a multiarch index. The testos_multiarch_* targets are tagged "manual" such that test //... does not build it for all variants. Change-Id: I2682beb1adf61de0e86c53371c63c4fd9afecf08 Reviewed-on: https://review.monogon.dev/c/monogon/+/4478 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
git to check out modules.python3 to generate the workspace status to stamp./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.