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.
()
| 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. |
no outgoing calls
no test coverage detected