Dockerfiles look deterministic, but they are not
docs.stablebuild.com
Dockerfiles look deterministic, but they are not
1–3 of 3 posts
Re: Dockerfiles look deterministic, but they are not
#2Apologies for editorializing the title a bit :-)
Reading through the comments in https://news.ycombinator.com/item?id=39720007 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.
Re: Dockerfiles look deterministic, but they are not
#3[deleted]