You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyze how to pull confidential container images based on the CC 0.8 code. The current analysis code is in the image_rpc.rs file. The kata-agent-ctl tool can be used to remotely trigger the call of pull_image to pull images. But I don't know how to do the formal pull process. Currently, this process cannot be performed when the image is directly pulled. Do I need to configure or modify any information?
The text was updated successfully, but these errors were encountered:
I would recommend using the v0.9.0 release unless you specifically need v0.8.0.
The image_rpc.rs file was actually part of CCv0 and wasn't part of v0.8.0 or v0.9.0. Now the nydus snapshotter on the host drives the guest image pull process. I don't think guest pull can be triggered with kata-agent-ctl anymore.
Analyze how to pull confidential container images based on the CC 0.8 code. The current analysis code is in the image_rpc.rs file. The kata-agent-ctl tool can be used to remotely trigger the call of pull_image to pull images. But I don't know how to do the formal pull process. Currently, this process cannot be performed when the image is directly pulled. Do I need to configure or modify any information?
The text was updated successfully, but these errors were encountered: