hashicorp / waypoint

A tool to build, deploy, and release any application on any platform.
https://waypointproject.io
Other
4.76k stars 327 forks source link

nerdctl support for docker plugin #2728

Open yuriy-yarosh opened 2 years ago

yuriy-yarosh commented 2 years ago

A lot of developers are dropping Docker CLI in favor of similar compatible tools (nerdctl, kaniko) due to Docker Desktop monetization.

nerdctl has almost full Docker CLI compatibility - it would be great to add proper support for the existing builtin docker plugin.

I'm considering contributing a dedicated Kaniko build plugin in the future.

briancain commented 2 years ago

Hey there @yuriy-yarosh! Thanks for the suggestions.

For context: With On-Demand Remote Runners, as of 0.6.0, we use Kaniko to build containers. It would be nice to have Kaniko work in a local runner context however.

For Docker alternatives, I'd suggest writing a third-party plugin if you are interested in using nerdctl or podman!