rust-extensions icon indicating copy to clipboard operation
rust-extensions copied to clipboard

Pull images via containerd client

Open aFuerst opened this issue 1 year ago • 2 comments

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!

aFuerst avatar Jun 07 '24 15:06 aFuerst

Did you figure out how to do this?

sebastianmarines avatar Jul 26 '24 04:07 sebastianmarines

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.

aFuerst avatar Jul 28 '24 12:07 aFuerst

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.

github-actions[bot] avatar Jan 10 '25 00:01 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Jan 17 '25 00:01 github-actions[bot]

@aFuerst I created an example and submitted it in PR #372

estesp avatar Jan 29 '25 19:01 estesp

Well this is a lovely surprise, thank you @estesp!

aFuerst avatar Jan 29 '25 20:01 aFuerst