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

Method AcceptsForeignLayerURLs

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

AcceptsForeignLayerURLs returns false iff foreign layers in manifest should be actually uploaded to the image destination, true otherwise.

()

Source from the content-addressed store, hash-verified

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(),

Callers 4

copyLayersMethod · 0.65

Implementers 1

memoryImageDestinternal/image/docker_schema2_test.go

Calls

no outgoing calls

Tested by

no test coverage detected