commit | 7da4d3c9ed62d5e88096422dafbecd1e0d7634cf | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 27 17:38:47 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 28 10:08:04 2023 +0000 |
tree | 8a85c0af0649428f1c58c9a7608e49881c708a2d | |
parent | cfbbbdba0e7fa60c87ea6119697dff4e5e84a6ee [diff] |
WORKSPACE: update CA root store Update our CA root store, which has become quite outdated. curl.haxx.se is now curl.se, see https://curl.se/mail/lib-2020-11/0000.html Change-Id: Ic63908572ee64bb18451db9e0516f9a653152b3b Reviewed-on: https://review.monogon.dev/c/monogon/+/1407 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 //...