genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.9k stars 231 forks source link

At this stage, what is the difference between img and buildkit aside from the frontend? #311

Closed cmamigonian closed 3 years ago

cmamigonian commented 3 years ago

Apologies if this isn't the right forum to ask this, but I'm curious what the difference is between the two tools today other than the frontend. I've tried to read up on the background online as much as I can but haven't absorbed what that difference is as of today.

AkihiroSuda commented 3 years ago

Same except CLI. The upstream BuildKit is more active.

cmamigonian commented 3 years ago

Got it, figured as much. Thank you!