6 ms·
Adding `busybox` and `bashInteractive` to the container contents gives you enough of a comfortable environment to work in without losing too much space.
by yorick 3y ago
Adding `busybox` and `bashInteractive` to the container contents gives you enough of a comfortable environment to work in without losing too much space.
- yjftsjthsd-h 3y agoIs that still distroless? At that point you've effectively recreated Alpine with nix IMO; the only thing missing from the image is a package manager.
- kevincox 3y agoMaybe not but so what? If you want some debugging tools add the debugging tools. Who cares if it is "distroless" anymore. I think the main point of "distroless" images is bringing only what you need, if you need debugging tools then bring them.