commit | 009b12662712fd70670c0dc6015e1a135d4a3cd0 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 09 13:40:11 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 09 13:43:55 2023 +0000 |
tree | d3e164ef5b094489c04939cd4bab8dbf907cb3b1 | |
parent | 8055d23f3116a9695367ee09155ef9e0a4059f90 [diff] |
third_party/intel_ucode: update to 20230808 This fixes the Intel Gather Data Sampling aka Downfall (CVE-2022-40982) microarchitectural data disclosure vulnerability. Change-Id: Ib185e8763f15e2af9fca2b89671825e5e87480fa Reviewed-on: https://review.monogon.dev/c/monogon/+/2042 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 //...