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
A few things to consider. First, pulling from localhost might not work from inside your guest because localhost inside the VM is not the host. Unless this is what you intend, you might try using an IP address here.
Second, pulling from local registries often means pulling from a registry with a self-signed cert. This can cause problems. You may need to set the cert via this config or by manually adding it to ca-certificates inside your guest.
You may need to set the cert via [this config](https://github.com/confidential-containers/guest-components/blob/main/image-rs/src/config.rs#L115) or by manually adding it to ca-certificates inside your guest. Could you provide an example of how to do this?
Describe the bug
I want to create a pod that pulls an image from a local registry.
It seems there are some credential issues.
How to reproduce
I have read this, but I'm not sure how to proceed.
CoCo version information
v0.11.0
What TEE are you seeing the problem on
None
Failing command and relevant log output
No response
The text was updated successfully, but these errors were encountered: