Apologies for editorializing the title a bit :-)<p>Reading through the comments in <a href="https://news.ycombinator.com/item?id=39720007">https://news.ycombinator.com/item?id=39720007</a> I saw a common misconception pop up again: Dockerfiles are not deterministic. But they _look_ like they are, and even are for a while: Build a Dockerfile on your local machine; then build it again => most likely exactly the same container. Stuff starts to break down quickly though; so I did this writeup some time ago that should be informative for the wider community.