Y
Hacker News
new
|
ask
|
show
|
jobs
by
rowanG077
54 days ago
With a binary cache that is not so bad, see for example what nix does.
1 comments
Pay08
54 days ago
I don't really see how that's different from a normal binary install of a reproducible package. Especially with the lacking quality of a lot of Nix packages.
link
bandrami
53 days ago
If you're in a situation where you want reproducibility you're using nix to build your own packages anyways, not relying on their packages
link
rowanG077
53 days ago
It's not if you can pin the package. It gives you reproducable docker containers without having to rebuild the world. Wasn't that the entire question?
link
Pay08
53 days ago
Wasn't the question about modifying an existing image?
link
rowanG077
51 days ago
No, it was about putting apt update in docker file and it not being reproducible.
link