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

Method Inspect

types/types.go:422–422  ·  view source on GitHub ↗

Inspect returns various information for (skopeo inspect) parsed from the manifest and configuration.

(context.Context)

Source from the content-addressed store, hash-verified

420 EmbeddedDockerReferenceConflicts(ref reference.Named) bool
421 // Inspect returns various information for (skopeo inspect) parsed from the manifest and configuration.
422 Inspect(context.Context) (*ImageInspectInfo, error)
423 // UpdatedImageNeedsLayerDiffIDs returns true iff UpdatedImage(options) needs InformationOnly.LayerDiffIDs.
424 // This is a horribly specific interface, but computing InformationOnly.LayerDiffIDs can be very expensive to compute
425 // (most importantly it forces us to download the full layers even if they are already present at the destination).

Callers 2

TestWriteReadFunction · 0.95
CommitWithOptionsMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestWriteReadFunction · 0.76