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

Method Descriptor

src/cmd/linuxkit/spec/image.go:14–14  ·  view source on GitHub ↗

Descriptor get the v1.Descriptor of the image

()

Source from the content-addressed store, hash-verified

12type ImageSource interface {
13 // Descriptor get the v1.Descriptor of the image
14 Descriptor() *v1.Descriptor
15 // Config get the config for the image
16 Config() (imagespec.ImageConfig, error)
17 // TarReader get the flattened filesystem of the image as a tar stream

Callers 1

ValidateImageMethod · 0.65

Implementers 3

ImageSourcesrc/cmd/linuxkit/cache/imagesource.go
cacheMockerSourcesrc/cmd/linuxkit/pkglib/build_test.go
ImageSourcesrc/cmd/linuxkit/docker/source.go

Calls

no outgoing calls

Tested by

no test coverage detected