Open
Description
Current situation
Currently docker can be built w/ or w/ both docker and containerd/runc and containerd can also be built. Containerd sysext recipe was added later on Nov 14 2024. It seems kind of redundant to be able to include containerd in both docker and containerd. Also seems not logical to build docker w/o docker now that there is a containerd recipe.
Impact
Unsure how flatcar releases handle docker + containerd but might need to be adjusted to pull both by default now.
Ideal future situation
Have docker build just docker and remove the without logic.
Implementation options
I can work on adjusting the recipes to remove the logic if this is wanted.
Additional information
I just think this would simplify the building of docker this way.