mirror of
https://github.com/moby/buildkit.git
synced 2026-08-10 17:14:08 +00:00
It is enhancement which allows to unpack image into containerd snapshotter storage by `--output type=image,<.>=<.>,unpack=true`. In order to support this feature, we needs to extend the Snapshotter witwh `Name() string` function. Because we needs to set gc label for snapshotter which need snapshotter name. fix: #908 Signed-off-by: Wei Fu <fuweid89@gmail.com>