MCPcopy Index your code
hub / github.com/linuxkit/linuxkit / ImageSource

Struct ImageSource

src/cmd/linuxkit/cache/imagesource.go:33–38  ·  view source on GitHub ↗

ImageSource a source for an image in the OCI distribution cache. Implements a spec.ImageSource.

Source from the content-addressed store, hash-verified

31// ImageSource a source for an image in the OCI distribution cache.
32// Implements a spec.ImageSource.
33type ImageSource struct {
34 ref *reference.Spec
35 provider *Provider
36 platform *imagespec.Platform
37 descriptor *v1.Descriptor
38}
39
40type spdxStatement struct {
41 intoto.StatementHeader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected