containerd/content
Paweł Gronowski 61a7c4999c
import/export: Support references to missing content
Allow importing/exporting archives which doesn't have all the referenced
blobs. This allows to export/import an image with only some of the
platforms available locally while still persisting the full index.

> The blobs directory MAY be missing referenced blobs, in which case the missing blobs SHOULD be fulfilled by an external blob store.

https://github.com/opencontainers/image-spec/blob/v1.0/image-layout.md#blobs

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-01-03 16:03:34 +01:00
..
local Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
proxy Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
testsuite Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
adaptor_test.go tests: add test for adaptor 2021-05-05 17:39:39 +03:00
adaptor.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
content.go content: add InfoProvider interface 2023-08-31 11:04:32 -07:00
helpers_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
helpers.go import/export: Support references to missing content 2024-01-03 16:03:34 +01:00