| commit | 5d556cae21803212ac72a3713ed449b412f777af | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Feb 08 07:39:30 2024 +0100 |
| committer | Serge Bazanski <serge@monogon.tech> | Thu Feb 08 13:01:00 2024 +0000 |
| tree | 9ffc0cb6d4341200c140e7a65a7f5481e62daf04 | |
| parent | 568c38c74f95612fc3c236539b037ebe490302ee [diff] |
treewide: bump runc to v1.1.12 (CVE-2024-21626) Change-Id: I7372e892b4d8b92f8c55e051049052cad3b33b04 Reviewed-on: https://review.monogon.dev/c/monogon/+/2751 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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!
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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test --config dbg //...