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.

Completed

0 Replies

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


Loading...