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

Method EmbeddedDockerReferenceConflicts

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

EmbeddedDockerReferenceConflicts whether a Docker reference embedded in the manifest, if any, conflicts with destination ref. It returns false if the manifest does not embed a Docker reference. (This embedding unfortunately happens for Docker schema1, please do not add support for this in any new fo

(ref reference.Named)

Source from the content-addressed store, hash-verified

418 // It returns false if the manifest does not embed a Docker reference.
419 // (This embedding unfortunately happens for Docker schema1, please do not add support for this in any new formats.)
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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected