Steve Horsman
Steve Horsman
A couple of months ago, when trying to fix the problems with `fatal: unsafe repository ownership error` when checking out code as a non-root user, in https://github.com/kata-containers/kata-containers/pull/4329 I switched the...
I chatted with @fidencio about the [confidential-containers first release](https://docs.google.com/presentation/d/1vVN97q3bosJbjyco4dd_25PfnIYNaK3Kg_wCAmvmS4c/edit#slide=id.g132c3a0b3c7_0_5) CI/CD requirements and this was one of the items that we felt is required. We are also eager for feedback from...
We currently have our container CC tests running separately from existing jobs in the `CCv0` branch: https://github.com/kata-containers/tests/blob/24aff79ff9e58edcbf0b9593ec0e0bf3ac1da9f7/.ci/run.sh#L64-L67 When [trying](https://github.com/kata-containers/tests/pull/4736#issuecomment-1112262817) to merge in changes from `main` in https://github.com/kata-containers/tests/pull/4736 and move the...
# Description of problem When trying to add some new CC tests at the end of the containerd test run step: https://github.com/kata-containers/tests/blob/2158ccf1823b80016a5453374c7122764f9e131f/.ci/run.sh#L40 they fail because the kata configuration isn't consistent...
For the confidential containers project our end goal was always to merge code into the `main` branches of kata-containers and tests, but whilst we were doing PoCs in CCv0 we...
After https://github.com/kata-containers/tests/issues/4626 is complete and have a parameter in the build jobs that knows if we are in confidential-containers mode or not, we can use this to install the confidental...
After https://github.com/kata-containers/tests/issues/4627 and https://github.com/kata-containers/kata-containers/issues/3996 are complete we should have the CI/CD jobs set-up to run against the CC parameter (just regression testing and using the containerd fork until the runtime...
- Remove skopeo and umoci from the CC image Fixes: #4889 Signed-off-by: stevenhorsman
**Which feature do you think can be improved?** At the moment the way that the agent config file works (based on my understanding at least) is that if an agent...
Once we have support for signature verification without skopeo in Kata CC (either after https://github.com/kata-containers/kata-containers/issues/4888, or https://github.com/kata-containers/kata-containers/issues/4581) and have all the CC integration tests working without the requirement for skopeo...