Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pull a secret container image #485

Open
ccxiaop opened this issue Aug 28, 2024 · 1 comment
Open

How to pull a secret container image #485

ccxiaop opened this issue Aug 28, 2024 · 1 comment

Comments

@ccxiaop
Copy link

ccxiaop commented Aug 28, 2024

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?

@fitzthum
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants