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
If you check out the debian slim Dockerfile, specifically line 1 -> FROM debian:stretch, it's not actually using the Debian slim build. I've made the change locally and rebuilt. As shown below, it does build correctly and a naive smoke check came back positive.
Was there a reason that the "slim" debian build doesn't actually use the slim debian image? I realize it's not a ton of space saved, but I would personally appreciate those 42 mb for a project I'm currently working on.
Happy to put a PR together if there isn't some reason to stay on "fat" debian stretch.
PS: my apologies if this doesn't conform to an issue (or PR) standard, I couldn't find any guidelines.