Fabiano Fidêncio
Fabiano Fidêncio
`make cc-tarball` is failing to build the TDX kernel, which can be built without any issues when calling `make cc-tdx-kernel`. Right now I'm not totally sure why it's happening, but...
Let's add a new configuration for using a TDX capable QEMU with Kata Containers, including all the artefacts needed, and the changes that are needed as part of the Makefile...
Let's evaluate whether it makes sense (or not) to ship "vanilla" Kata Containers as part of the Confidential Containers payload. If we decide to do so, we'll need to: *...
Let's ship a different configuration file for TDX Cloud Hypervisor, as it allows us to have Confidential Containers Cloud Hypervisor in different flavours (non-TEE, TDX, ...) as part of the...
As we'll ship a different configuration file for TDX Cloud Hypervisor (see #4831), let's ensure we configure containerd to use it.
As we'll ship a different configuration file for TDX QEMU (see #4830), let's ensure we configure containerd to use it.
Let's ship a different configuration file for TDX QEMU, as it allows us to have Confidential Containers QEMU in different flavours (non-TEE, TDX, ...) as part of the payload that'll...
``` Compiling termcolor v1.1.3 error: failed to write bytecode to /kata-containers/src/agent/target/x86_64-unknown-linux-musl/release/deps/textwrap-46f332309c9bce15.textwrap.f4efe639-cgu.5.rcgu.bc: No such file or directory (os error 2) error: failed to write bytecode to /kata-containers/src/agent/target/x86_64-unknown-linux-musl/release/deps/termcolor-db1ea53c667dbb67.termcolor.d5adc643-cgu.0.rcgu.bc: No such file or...
Currently the Kata Containers A/C meeting has been happening at 3PM UTC. However, we've noticed some conflicts for members of the Kata Containers' Architecture Committee. With this in mind, could...
A `force-skip-ci` label has been added a long time ago in order to allow folks to by-pass the CI for one reason or another. However, there's the concern of having...