MCPcopy Index your code
hub / github.com/containerd/containerd / erofsPlatformSpec

Function erofsPlatformSpec

plugins/transfer/plugin_defaults_linux.go:27–31  ·  view source on GitHub ↗

Use EROFS snapshotter to extract EROFS native images

()

Source from the content-addressed store, hash-verified

25
26// Use EROFS snapshotter to extract EROFS native images
27func erofsPlatformSpec() specs.Platform {
28 p := platforms.DefaultSpec()
29 p.OSFeatures = []string{"erofs"}
30 return p
31}
32
33func defaultUnpackConfig() []unpackConfiguration {
34 return []unpackConfiguration{

Callers 1

defaultUnpackConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…