Nix-based Docker Builds
Anonymous
4 years ago
Nix has a built-in dockerTools library that allows you to build Docker images. This is (theoretically) better at caching and more reliable than normal Dockerfiles, and it certainly is very nice to use. It also ends up with minuscule images, as it doesn't use any base image.
0 Replies
3 years ago
Technically you just described NixPacks, our new default builder -> more info: https://nixpacks.com/docs/getting-started
Status changed to Completed angelo-railway • over 3 years ago