143
submitted 1 day ago by ikidd@lemmy.world to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] atzanteol@sh.itjust.works 1 points 20 hours ago* (last edited 20 hours ago)
docker build . -t docker.company.com/build-env:1.0 && docker push docker.company.com/build-env:1.0

But for like 99% of development teams "repeatable" is Good Enough(tm).

[-] trevor 5 points 20 hours ago* (last edited 20 hours ago)

So, containers do not get you reproducibility.

For dev environments, repeatable is okay. If you want actually reproducible binaries that you can ship, Nix is better fit for that purpose.

[-] gedhrel@lemmy.world 1 points 2 hours ago

I'm not quite sure why you fetishise a bit-for-bit over semantic equivalence. Doesn't it turn "it works on my machine" into "it works on my machine as long as it has this sha: ... "?

[-] atzanteol@sh.itjust.works 1 points 16 hours ago

So, containers do not get you reproducibility.

You absolutely do. If you build a container and publish it you will pull down that exact thing every time. How is that not "reproducibility"?

You no what though? Scratch that - who gives a fuck? Bit-for-bit reproducibility takes far more effort than it's worth anyway. Even NixOS isn't completely reproducible. It's a false goal.

For dev environments, repeatable is okay.

It's well more than good enough you mean.

If you want actually reproducible binaries that you can ship, Nix is better fit for that purpose.

Nobody really needs that.

[-] trevor 2 points 13 hours ago
this post was submitted on 03 Jul 2025
143 points (100.0% liked)

Linux

55982 readers
976 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS