Pull images via containerd client
I don't see a way to pull images with the current rust API.
This issue and was closed after exposing the transfer and streaming RPC clients.
Neither of these directly implement a fetch or pull and if they can be used to do so, I haven't been able to figure out how.
What is the supported way to accomplish this? Thanks!
Did you figure out how to do this?
Sadly no. The rpc objects are for those two APIs just wrappers for an opaque Any type. What the proper shape(s) should be and what those endpoints actually do are also undocumented on the ctr server side.
This issue is stale because it has been open 90 days with no activity. This issue will be closed in 7 days unless new comments are made or the stale label is removed.
This issue was closed because it has been stalled for 7 days with no activity.
@aFuerst I created an example and submitted it in PR #372
Well this is a lovely surprise, thank you @estesp!