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
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!
The text was updated successfully, but these errors were encountered:
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.
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
orpull
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!
The text was updated successfully, but these errors were encountered: