containerd / accelerated-container-image

A production-ready remote container image format (overlaybd) and snapshotter based on block-device.
Apache License 2.0
405 stars 73 forks source link

support mkfs for userspace convertor #222

Closed liulanzheng closed 1 year ago

liulanzheng commented 1 year ago

What this PR does / why we need it:

Add an flag --mkfs for userspace convertor, which make ext filesystem in the bottom layer, base layer is not required under this config. mkfs will be the default config in the feature. Be carefull, it may be conflict with layer deduplication if reused layers were built without mkfs.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Please check the following list:

liulanzheng commented 1 year ago

@WaberZhuang cc