mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Capabilities were implemented inaa96c3176b, as part of work on an external graphdriver-plugin. Given that none of the builtin graphdrivers use this option, and support for graphdriver- plugins has been removed in555dac5e14, we can remove this functionality. This patch: - removes the CapabilityDriver interface, which has no implementations - removes the Capabilities type - layer: remove layerStore.useTarSplit. This field was previously set through the driver's Capabilities, but always enabled for the builtin graphdrivers, Signed-off-by: Sebastiaan van Stijn <github@gone.nl>