I am looking at the docker images hosted on Docker Hub but they appear to have not been updated for a few months. In particular, the 2.x series hasn’t made it on there yet.
Who is responsible for this images? Would it be easy to push an updated version? Should updating these images be part of the release process?
So that last image is the last approach where the docker image is generated from nix code instead of using a Dockerfile. I think we have all the combinations now!
One other angle would be to make nixpkgs channel-based releases. Every time the channel advances, push another image on the same tag (eg: nixos/nixpkgs:18.03). That would make it quite easy to get fresh images and avoid a secondary download step to get the updated channel. It could even be made part of the nixpkgs release.nix.
I took over docker maintenance back then just to keep things moving and that’s where my ambition still is today. If someone wants to take this further and invest more time, let’s talk