|
|
|
|
|
by denysvitali
1840 days ago
|
|
Despite the idea is interesting, I'm not sure it's the right solution to the problem. The problem should be fixed upstream, and tag updates should not happen for patch releases. The biggest issue that I see with Docker is the fact that tags are easily overwritten, and as the author pointed out in the article, a moving tag breaks builds and makes them unreproducible. I still wonder if there is a cleaner solution than using image digests, this whole trend is going to make the Dockerfile FROM more confusing. |
|