-
Notifications
You must be signed in to change notification settings - Fork 100
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
Support user-defined container registry config in image-rs #896
Comments
I want to run a confidential container with runtimeClass kata-qemu-tdx based on CoCo-v0.11.0. If my docker image is located in a local private http registry: I modified the containerd configuration /etc/containerd/config.toml: and then deploy my confidential container. How should I configure kata-agent to let it know that myhub.local/test/nginx:1.21 is a local private http registry? |
@fffmonkeyking-new Now it does not support. This issue will cover this. |
Thanks for your reply. |
https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md provides a standard of container registry configuration. It allows users to control including but not limited to the following settings
This feature could help to deal with the following user cases
The text was updated successfully, but these errors were encountered: