Hacker News new | ask | show | jobs
by fwip 1420 days ago
Out of curiosity, what does alpine provide for your container that you need? (I assume otherwise you'd be using `FROM scratch`.)
3 comments

I use wget from it for health checks [0]

[0] https://stackoverflow.com/questions/47722898/how-to-do-a-doc...

A common gotcha is ca-certs and tzdata.
yes, `FROM scratch` may be better most of the time. I just use `alphine` for many years, and have not tried `scratch` before.