Y
Hacker News
new
|
ask
|
show
|
jobs
by
prudhvis
4280 days ago
Changing the distro underneath would break all other Dockerfiles that assume they are running on a certain distro. How do we have to deal with cases when the distro is switched from debian to centos for example?.
1 comments
IanCal
4280 days ago
If you don't want things to get broken further down the line, you should use tags. It's the same with any dependency.
link