You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [geerlingguy.pip : Ensure Pip is installed.] ****************************************************************************************************
fatal: [SelfServ20582]: FAILED! => {"changed": false, "msg": "Failure talking to yum: failure: repodata/repomd.xml from docker-ce-stable: [Errno 256] No more mirrors to try.\nhttps://download.docker.com/linux/centos/7Server/x86_64/stable/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found"}
It looks like the repository URL is no longer valid. The URL: https://download.docker.com/linux/centos/7Server/x86_64/stable/repodata/repomd.xml
should probably be: https://download.docker.com/linux/centos/7/x86_64/stable/repodata/repomd.xml
Looks like this has something to do with Centos8 release and renaming things: docker/for-linux#1111
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
On RedHat EL 7, role fails with:
It looks like the repository URL is no longer valid. The URL:
https://download.docker.com/linux/centos/7Server/x86_64/stable/repodata/repomd.xml
should probably be:
https://download.docker.com/linux/centos/7/x86_64/stable/repodata/repomd.xml
Looks like this has something to do with Centos8 release and renaming things:
docker/for-linux#1111
This also affects your Docker role.
The text was updated successfully, but these errors were encountered: