containerd / accelerated-container-image

A production-ready remote container image format (overlaybd) and snapshotter based on block-device.
Apache License 2.0
405 stars 73 forks source link

Side loading compressed layer files into the cacheDir #204

Closed simha-db closed 1 year ago

simha-db commented 1 year ago

What is the version of your Accelerated Container Image

No response

What would you like to be added?

Us side loading compressed layer files into the cacheDir supported?

I am looking into fetching the layer files out of band and saving them in the cacheDir as sha256:. Does overlaybd pickup the new files added externally to the directory after it has started? Or does it hydrate once and maintains the inventory internally until a restart?

Why is this needed for Accelerated Container Image?

NA

Are you willing to submit PRs to contribute to this feature?

yuchen0cc commented 1 year ago

discussed in https://github.com/containerd/overlaybd/issues/220