| commit | b6afed68fd1d2ee9b32d395b388d2db1338d0fa0 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon Dec 23 13:04:34 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Dec 23 21:59:59 2024 +0000 |
| tree | 9d4deac20acc468c78be9f55574c08035b9b26fc | |
| parent | 139550a8c8ff4c0d0c7557b9e5af0c76ea09a4ef [diff] |
third_party/gvisor: remove old cgroups import We don't want to use the old cgroups/v1 import, remove it. Most code using it is no longer in use as it has been replaced by containerd shim code, so just delete that. Adjust the rest to work with cgroups/v3. As K8s 1.32 drops its dependency on cgroups/v1 Gazelle mangles the deps if we leave it in. Change-Id: Ic95fce7a17acbddf70a1b5b2a0978b9246a17c58 Reviewed-on: https://review.monogon.dev/c/monogon/+/3720 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:
/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.