What is the difference between alpine docker image and busybox docker image?
What is the difference between alpine docker image and busybox docker image ? When I check their dockfiles, alpine is like this (for Alpine v3.12 - 3.12.7) FROM scratch ADD alpine-minirootfs-3.12.7-x86_64.tar.gz / CMD ["/bin/sh"] busybox is like this FROM scratch ADD busybox.tar.xz / CMD ["sh"] But as https://alpinelinux.org/about/ says Alpine Linux is built