-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add example using the transfer service #372
Conversation
Sigh, what's the magic 😅 I ran |
Pulls an image to the containerd content store Signed-off-by: Phil Estes <[email protected]>
Well, I tried that command and it didn't work with a strange error about lack of toolchain directive support in cargo, hence my weird invocation via rustup 😂 Turns out I had a weird path problem with my install, so now |
@estesp can auth credentials to a private repository be passed with the OciRegistry.resolver Or a pointer to the containerd could would be helpful |
I haven't taken the time to implement it yet, but this feature depends on using a gRPC stream to handle a synchronous callback from containerd's transfer service to ask for credentials. You pass the stream to the transfer service through the OCI registry type The transfer service sends an |
Thanks for the pointers! I'll see if I can get it working, looks straightforward |
Pulls an image to the containerd content store