| commit | d4309bbea5cb711ec4288850e21da90b6b3e237e | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Fri Jul 18 10:13:22 2025 +0200 |
| committer | Jan Schär <jan@monogon.tech> | Wed Jul 30 14:52:26 2025 +0000 |
| tree | dd09079d373807a15172675eb162a1396459f8ec | |
| parent | 954c4b349725bb7fe8852dd9b85ddcfe3d0f3368 [diff] |
metropolis/node: generate OCI index This adds a multi-architecture OCI index target for metropolis. mkoci is extended to add the platform to the index.json. Product info is extended to add the PlatformOS field, which mkoci puts into the platform. The OCI spec requires the os field of the platform to be set. We don't need this field so we could simply put "unknown" there, but I think "uefi" is nicer. Registry UIs display the os and architecture fields. Change-Id: I24acf3c01201b50238abd30cfd86da2eda43c1d9 Reviewed-on: https://review.monogon.dev/c/monogon/+/4477 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.