| commit | 0974b2275edc21ce3b76606ba7f8eed84e5cc9f0 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Jan 16 14:04:15 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jan 23 15:52:54 2024 +0000 |
| tree | b9bd73528dc6823168273fb8eb58d02054e90047 | |
| parent | c834b7dd62f20188f3ffd7cbb092e2536403474b [diff] |
treewide: replace rules_docker with rules_oci rules_docker is not maintained anymore and recommends migration to rules_oci Change-Id: I089f3cf44888b3c3c0baa2c84a319b04b1a7dec4 Reviewed-on: https://review.monogon.dev/c/monogon/+/2712 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 //...