MCPcopy
hub / github.com/google/go-containerregistry / image

Struct image

pkg/v1/mutate/image.go:29–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type image struct {
30 base v1.Image
31 adds []Addendum
32
33 computed bool
34 configFile *v1.ConfigFile
35 manifest *v1.Manifest
36 annotations map[string]string
37 mediaType *types.MediaType
38 configMediaType *types.MediaType
39 diffIDMap map[v1.Hash]v1.Layer
40 digestMap map[v1.Hash]v1.Layer
41 subject *v1.Descriptor
42
43 sync.Mutex
44}
45
46var _ v1.Image = (*image)(nil)
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected