[packages/docker] dockerd requires ca-certificates

glen glen at pld-linux.org
Wed Nov 2 08:08:29 CET 2016


commit 27e7cc0f30dca6e4e8cfaef8a3b0834563521ff5
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Nov 2 09:07:58 2016 +0200

    dockerd requires ca-certificates
    
    any docker pull fails otherwise:
    
    Error while pulling image: Get https://index.docker.io/v1/repositories/ed/dind/images: x509: failed to load system roots and no roots provided

 docker.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/docker.spec b/docker.spec
index 29ceecd..cbd6c38 100644
--- a/docker.spec
+++ b/docker.spec
@@ -40,6 +40,7 @@ Requires(post,preun):	/sbin/chkconfig
 Requires(postun):	/usr/sbin/groupdel
 Requires(pre):	/usr/bin/getgid
 Requires(pre):	/usr/sbin/groupadd
+Requires:	ca-certificates
 Requires:	iproute2 >= 3.5
 Requires:	iptables
 Requires:	rc-scripts >= 0.4.0.10
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/docker.git/commitdiff/27e7cc0f30dca6e4e8cfaef8a3b0834563521ff5



More information about the pld-cvs-commit mailing list