1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/tools/skopeo
Christian Albrecht 05e9c47dc3 skopeo: 0.1.18 -> 0.1.22 fix certs.d permission error
the dependency docker_client.go tries to read /etc/docker/certs.d/
and fails if this is not readable.

the original code silently ignores this directory if it is not present
so path.patch adds the logic to ignore it in case of a permission error.
2017-06-29 08:47:08 +02:00
..
default.nix skopeo: 0.1.18 -> 0.1.22 2017-06-28 18:45:30 +02:00
path.patch skopeo: 0.1.18 -> 0.1.22 fix certs.d permission error 2017-06-29 08:47:08 +02:00