With docker save, we typically have a complete image that can be transported independent of a registry. It includes configuration, layers and pointers to the actual content.
For OCI, we should define a similar tree-structured format focused on distributing OCI manifests and constituent content addressable content. The resulting archive can be used to transport complete OCI images based on manifests.
With
docker save, we typically have a complete image that can be transported independent of a registry. It includes configuration, layers and pointers to the actual content.For OCI, we should define a similar tree-structured format focused on distributing OCI manifests and constituent content addressable content. The resulting archive can be used to transport complete OCI images based on manifests.