Container workgroup: Difference between revisions
imported>Nlewo No edit summary |
imported>Zimbatm Add list of docker images from https://discourse.nixos.org/t/nixos-docker-images-are-quite-old/172/4 |
||
Line 24: | Line 24: | ||
* awakesecurity | * awakesecurity | ||
** [https://github.com/awakesecurity/hocker hocker]: fetch from docker (v2) registry and generate nix derivations | ** [https://github.com/awakesecurity/hocker hocker]: fetch from docker (v2) registry and generate nix derivations | ||
== Nix images == | |||
There are a few images that contain Nix with various trade-offs: | |||
* [https://hub.docker.com/r/nixos/nix/ nixos/nix] ([https://github.com/NixOS/nix/tree/master/misc/docker source]) - 77 MB - Official images based on alpine using a Dockerfile. Not updated automatically. | |||
* [https://hub.docker.com/r/nixorg/nix/ nixorg/nix] ([https://github.com/nix-community/docker-nix source]) - 84 MB - Batteries included by the Nix Community group also based on a Dockerfile but only using Nixpkgs dependencies. Images are automatically built from master. | |||
* [https://hub.docker.com/r/lnl7/nix/ lnl7/nix/] ([https://github.com/LnL7/nix-docker source]) - 57 MB - Images built out of a Nix derivation. | |||
== Interesting threads == | == Interesting threads == |