Hide Forgot
Description of problem: The latest version of docker owns few symbolic links in the /etc/docker/certs.d/ But they are broken. Version-Release number of selected component (if applicable): docker-1.12.3-24.git7b5044b.fc26.x86_64 How reproducible: Deterministic Steps to Reproduce: 1. //install docker from rawhide dnf install -y docker 2. file /etc/docker/certs.d/redhat.com/redhat-ca.crt /etc/docker/certs.d/redhat.io/redhat-ca.crt Actual results: /etc/docker/certs.d/redhat.com/redhat-ca.crt: broken symbolic link to /etc/rhsm/ca/redhat-uep.pem /etc/docker/certs.d/redhat.io/redhat-ca.crt: broken symbolic link to /etc/rhsm/ca/redhat-uep.pem Expected results: /etc/docker/certs.d/redhat.com/redhat-ca.crt: symbolic link to /etc/rhsm/ca/redhat-uep.pem /etc/docker/certs.d/redhat.io/redhat-ca.crt: symbolic link to /etc/rhsm/ca/redhat-uep.pem Additional info: sh# find /etc/docker/certs.d/ /etc/docker/certs.d/ /etc/docker/certs.d/redhat.com /etc/docker/certs.d/redhat.com/redhat-ca.crt /etc/docker/certs.d/redhat.io /etc/docker/certs.d/redhat.io/redhat-ca.crt sh# rpm -qf /etc/docker/certs.d/redhat.com/redhat-ca.crt /etc/docker/certs.d/redhat.io/redhat-ca.crt docker-1.12.3-24.git7b5044b.fc26.x86_64 docker-1.12.3-24.git7b5044b.fc26.x86_64 sh# dnf install /etc/rhsm/ca/redhat-uep.pem Last metadata expiration check: 0:02:53 ago on Mon Nov 28 10:30:15 2016 CET. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python-rhsm-certificates x86_64 1.18.2-1.fc26 rawhide 41 k Transaction Summary ================================================================================ Install 1 Package
Fixed by build: http://koji.fedoraproject.org/koji/buildinfo?buildID=820708
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
This message is a reminder that Fedora 26 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 26. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '26'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 26 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Works well sh# rpm -q --requires docker | grep rhsm python-rhsm-certificates sh# rpm -q docker docker-1.13.1-44.git584d391.fc26.x86_64