MCPcopy
hub / github.com/containerd/containerd / Store

Struct Store

core/transfer/image/imagestore.go:46–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type Store struct {
47 imageName string
48 imageLabels map[string]string
49 platforms []ocispec.Platform
50 allMetadata bool
51 labelMap func(ocispec.Descriptor) []string
52 manifestLimit int
53
54 // extraReferences are used to store or lookup multiple references
55 extraReferences []Reference
56
57 unpacks []transfer.UnpackConfiguration
58}
59
60// Reference is used to create or find a reference for an image
61type Reference struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected