fussybeaver / bollard

Docker daemon API in Rust
Apache License 2.0
858 stars 131 forks source link

Add buildkit build with remote cache backends #344

Closed fussybeaver closed 7 months ago

fussybeaver commented 10 months ago

This should open the door to adding the cache-from and cache-to options to allow remote cache backends.

This is currently blocked on a nightly feature (async in trait), which should stabilize in the upcoming release in ~mid-November~ end December.