Y
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
maccard
1420 days ago
I use wget from it for health checks [0]
[0]
https://stackoverflow.com/questions/47722898/how-to-do-a-doc...
link
dlor
1420 days ago
A common gotcha is ca-certs and tzdata.
link
siddontang
1420 days ago
yes, `FROM scratch` may be better most of the time. I just use `alphine` for many years, and have not tried `scratch` before.
link
[0] https://stackoverflow.com/questions/47722898/how-to-do-a-doc...