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

Method IgnoresEmbeddedDockerReference

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

IgnoresEmbeddedDockerReference() returns true iff the destination does not care about Image.EmbeddedDockerReferenceConflicts(), and would prefer to receive an unmodified manifest instead of one modified for the destination. Does not make a difference if Reference().DockerReference() is nil.

()

Source from the content-addressed store, hash-verified

315 // and would prefer to receive an unmodified manifest instead of one modified for the destination.
316 // Does not make a difference if Reference().DockerReference() is nil.
317 IgnoresEmbeddedDockerReference() bool
318
319 // PutBlob writes contents of stream and returns data representing the result.
320 // inputInfo.Digest can be optionally provided if known; if provided, and stream is read to the end without error, the digest MUST match the stream contents.

Implementers 1

memoryImageDestinternal/image/docker_schema2_test.go

Calls

no outgoing calls

Tested by

no test coverage detected