docs icon indicating copy to clipboard operation
docs copied to clipboard

RHEL 8 x86_64 Repo Does Not Work

Open flakrat opened this issue 3 years ago • 0 comments

File: engine/install/rhel.md

https://download.docker.com/linux/rhel/8/x86_64/stable/repodata/repomd.xml produces a 404 error image

The workaround is to replace rhel with centos in the /etc/yum.repos.d/docker-ce.repo installed via sudo yum-config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo

Does the documentation need to change on the page to use the CentOS repo file, i.e.: sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

Or is this a problem with the RHEL 8 repo, which at the top level of linux/rhel/8 only contains:

[../](https://download.docker.com/linux/rhel/)
[s390x/](https://download.docker.com/linux/rhel/8/s390x/)
[source/](https://download.docker.com/linux/rhel/8/source/)
image

flakrat avatar Oct 06 '22 18:10 flakrat