|
|
|
|
|
by jhanoncomm
821 days ago
|
|
So is it right, to make docker reproducible it needs to either build dependencies from source from say a git hash or use other package managers that are reproducible or rely on base images that are reproducible. And that all relies on discipline.
Just like using a dynamically typed programming language can in theory have no type errors at run time, if you are careful enough. |
|
And then there's the Dockerfiles that just `RUN git clone repo.git` and run with whatever happened to be in the latest commit at the moment...