Add checkpoint media types to handler
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
abbec62620
commit
a19fd6ed6e
@ -315,7 +315,8 @@ func Children(ctx context.Context, provider content.Provider, desc ocispec.Descr
|
|||||||
MediaTypeDockerSchema2LayerForeign, MediaTypeDockerSchema2LayerForeignGzip,
|
MediaTypeDockerSchema2LayerForeign, MediaTypeDockerSchema2LayerForeignGzip,
|
||||||
MediaTypeDockerSchema2Config, ocispec.MediaTypeImageConfig,
|
MediaTypeDockerSchema2Config, ocispec.MediaTypeImageConfig,
|
||||||
ocispec.MediaTypeImageLayer, ocispec.MediaTypeImageLayerGzip,
|
ocispec.MediaTypeImageLayer, ocispec.MediaTypeImageLayerGzip,
|
||||||
ocispec.MediaTypeImageLayerNonDistributable, ocispec.MediaTypeImageLayerNonDistributableGzip:
|
ocispec.MediaTypeImageLayerNonDistributable, ocispec.MediaTypeImageLayerNonDistributableGzip,
|
||||||
|
MediaTypeContainerd1Checkpoint, MediaTypeContainerd1CheckpointConfig:
|
||||||
// childless data types.
|
// childless data types.
|
||||||
return nil, nil
|
return nil, nil
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user