Hacker News new | ask | show | jobs
by throw555chip 943 days ago
The whole docker/container craze was supposed to fix "works for me".
1 comments

Yes, and no.

Docker images can still have a drift in layer delta if one would not pin system package versioning of the applications being installed, even if the instructions to generate those layers remain the same.

The output being an image does not make all iterations of those instructions the same thing.