Use EROFS snapshotter to extract EROFS native images
()
| 25 | |
| 26 | // Use EROFS snapshotter to extract EROFS native images |
| 27 | func erofsPlatformSpec() specs.Platform { |
| 28 | p := platforms.DefaultSpec() |
| 29 | p.OSFeatures = []string{"erofs"} |
| 30 | return p |
| 31 | } |
| 32 | |
| 33 | func defaultUnpackConfig() []unpackConfiguration { |
| 34 | return []unpackConfiguration{ |
no outgoing calls
no test coverage detected
searching dependent graphs…