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

Renaming 'FastOCI' to 'Overlaybd - Turbo OCIv1' to make its relationship with 'overlaybd' clearer #218

Closed BigVan closed 1 year ago

BigVan commented 1 year ago

FastOCI image is a lightweight version of Overlaybd which only contains tgz & filesystem index. We should rename FastOCI as Overlaybd-TurboOCIv1 to make this format clearer.

In addition, the complete Overlaybd image will be named 'Overlaybd - Native' which is shortened to Overlaybd

"annotations": { "containerd.io/snapshot/overlaybd/version": "0.1.0" // for normal overlaybd-image "containerd.io/snapshot/overlaybd/version": "0.1.0-turbo.ociv1" // }

lihuiba commented 1 year ago

and rename exising overlaybd as 'Overlaybd - Native'.