Hacker News new | ask | show | jobs
by rsa25519 2168 days ago
See also Nix, which can declaratively generate Dockerfiles (example on home page) :-)

https://nixos.org

1 comments

> declaratively generate Dockerfiles

This is inaccurate, assuming you are referring to the 'dockerTools.buildLayeredImage' function in the nixpkgs repository.

That builds docker images declaratively, not dockerfiles.