You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding alternative variants that have all applets built as standalone binaries.(make_single_applets.sh).
This would be great for building Docker images FROM scratch. It would allow users to selectively consume only the necessary tools, such as nslookup (~65K), for specific purposes like e.g. a HEALTHCHECK.
For example: COPY --from=docker.io/busybox:musl-single /bin/nslookup /bin/