| commit | bd8e2d7e1c3118899aa5f9501841f94e56aab24a | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Feb 08 05:54:19 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 13 13:31:04 2024 +0000 |
| tree | 4f40b845b68dc5783ac0a0c8e56789a076903f82 | |
| parent | 6cb00ed6d867466d824ee5e3464f707787ed035c [diff] |
workspace: remove duplicate rules_oci definition It was was already migrated to bzlmod, this removes the duplicate inside WORKSPACE Change-Id: I77052d15aeceebd28dd6cc6b93118664d6e50a86 Reviewed-on: https://review.monogon.dev/c/monogon/+/2755 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 //...