hocker
hocker copied to clipboard
Utilities for interacting with the docker registry and generating nix build instructions
In addition to passing credentials as arguments, it would be very helpful if you could implement [Docker Credential Helpers](https://github.com/docker/docker-credential-helpers). That would greatly improve the usability of `hocker`.
`docker2nix` currently only accepts a manifest on stdin or as a filesystem path via `--manifest`. Which works nicely if you have fetch and store the registry manifest separately from generating...
When the regression in docker distribution ([#2395](https://github.com/docker/distribution/issues/2395)) is fixed, the response integrity check should be put back in. Note that #23 tracks removing the response integrity check to fix the...
We said we accepted the image manifest list media type when requesting manifests for a docker image. Docker distribution recently started honoring that, which breaks `hocker-manifest` because `hocker-manifest` doesn't actually...
Amazon ecr responds with manifest list irrespective of what we mention in the Accept header. Added an `--arch` option, that defaults to builtin arch, to fetch manifest & config files...
- Test with 9.4.8, 9.6.7, 9.8.4, 9.10.3, 9.12.2 - Use latest nixos-unstable channel - Make GHC version parametrized - Switch to crypton (hnix still depends on cryptonite)