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

Method DesiredLayerCompression

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

DesiredLayerCompression indicates the kind of compression to apply on layers

()

Source from the content-addressed store, hash-verified

306 SupportsSignatures(ctx context.Context) error
307 // DesiredLayerCompression indicates the kind of compression to apply on layers
308 DesiredLayerCompression() LayerCompression
309 // AcceptsForeignLayerURLs returns false iff foreign layers in manifest should be actually
310 // uploaded to the image destination, true otherwise.
311 AcceptsForeignLayerURLs() bool

Callers 7

TestWriteReadFunction · 0.95
TestGetPutBlobFunction · 0.95

Implementers 1

memoryImageDestinternal/image/docker_schema2_test.go

Calls

no outgoing calls

Tested by 2

TestWriteReadFunction · 0.76
TestGetPutBlobFunction · 0.76