Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacques_chester
2140 days ago
Dockerfiles are not guaranteed to be reproducible. They can run arbitrary logic which can have arbitrary side-effects. A classic is `wget
https://example.com/some-dependency/download/latest.tgz`
.