|
|
|
|
|
by derriz
2151 days ago
|
|
But docker builds themselves are generally not reproducible, so I don't really see the gain? Yes with some effort, they can be made reproducible but the vast majority of the dockerfiles that I've encountered do not pin the versions of every dependency. Some might pin a few key dependencies but nearly all do an apt/rpm/whatever update at some point followed by a bunch of install commands which don't specify versions. |
|