Files
kata-containers/src/tools/kata-ctl
James O. D. Hunt 15c343cbf2 kata-ctl: Don't rely on system ssl libs
Build using the rust TLS implementation rather than the system ones.
This resolves the `reqwest` crate build failure: it doesn't appear to
build against the native libssl libraries due to Kata defaulting to
using the musl libc.

Fixes: #5387.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2022-10-10 13:42:51 +01:00
..
2022-10-10 13:42:35 +01:00

Kata Containers control tool

Overview

Audience and environment

History

Full details

Code summary

Run the tool

Prerequisites