Arron Wang
Arron Wang
> @arronwy, could you fix: > > ``` > ERROR: Required SPDX license header check ('SPDX-License-Identifier: Apache-2.0') failed for the following files: > > tools/packaging/static-build/initramfs/initramfs.list > > make: *** [Makefile:39:...
> Ok, we are in the process of switching to the online kbc for SEV, which relies on the `aa_kbc_params` to get the URI of the KBS. I'm realizing that...
Can one of the admins verify this patch?
Can you try with latest `image-rs`, this issue may be fixed by this PR: https://github.com/confidential-containers/image-rs/pull/61
> @arronwy I confirmed that the latest image-rs [confidential-containers/image-rs@d60dc9c](https://github.com/confidential-containers/image-rs/commit/d60dc9c870eab93b3beb5d8f05ecde27b972c1b7) works fine with multiple containers from a single image. > > I needed to motidy Cargo.toml to refer the latest commit...
> Hi, I'd like to take on this issue if possible. @Anish-M sure, Thanks a lot!
Hi @Anish-M , we can build the containerd from main branch: ``` containerd --version containerd github.com/containerd/containerd v2.0.0-rc.0-71-g831795901.m 8317959018015f6a1756ec8cd08be1093fd630a2.m ``` Check whether containerd image-verifier plugin status: ``` ctr plugin ls TYPE...
> Can you please provide some proof this isn't the case using the latest `distribution` code? Thanks When we try use different docker images and sync to our self hosted...
Thanks @AkihiroSuda , I found image verification works with ctr command, but failed for CRI images, do we have issue to track this feature for CRI images? ``` ctr image...
Hi @fidencio @stevenhorsman @fitzthum we verified this PR locally and online CI, now with guest pull feature enabled, we can still pass all kata Kubernetes integration tests! Please help review.