AcceptsForeignLayerURLs returns false iff foreign layers in manifest should be actually uploaded to the image destination, true otherwise.
()
| 309 | // AcceptsForeignLayerURLs returns false iff foreign layers in manifest should be actually |
| 310 | // uploaded to the image destination, true otherwise. |
| 311 | AcceptsForeignLayerURLs() bool |
| 312 | // MustMatchRuntimeOS returns true iff the destination can store only images targeted for the current runtime architecture and OS. False otherwise. |
| 313 | MustMatchRuntimeOS() bool |
| 314 | // IgnoresEmbeddedDockerReference() returns true iff the destination does not care about Image.EmbeddedDockerReferenceConflicts(), |
no outgoing calls
no test coverage detected