MCPcopy Create free account
hub / github.com/containers/image / tarballReference

Struct tarballReference

tarball/tarball_reference.go:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type tarballReference struct {
25 config imgspecv1.Image
26 annotations map[string]string
27 filenames []string
28 stdin []byte
29}
30
31// ConfigUpdate updates the image's default configuration and adds annotations
32// which will be visible in source images created using this reference.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected