commit | 9ab3750dce088191a0af8f605246f81d863318c9 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Apr 03 19:05:07 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 04 10:25:18 2023 +0000 |
tree | 3aebc52158a88409ea48bcf42ef89d48ea81287e | |
parent | 77b87a6eb9bdc659757ad8edae43ac1fd4b74821 [diff] |
build: allow override of IMAGE_TAG Change-Id: I23637f1c0d6d0e7cd45ad160209399cc9bf8b1a1 Reviewed-on: https://review.monogon.dev/c/monogon/+/1477 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 -c dbg
Launch an ephemeral test node:
bazel test //:launch -c 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 -c dbg //...