tbmc21
(Tbmc21)
October 10, 2019, 3:57pm
1
no access to CENTOS Repository, any ideas?
https://download.docker.com/linux/centos/docker-ce.repo
403 Forbidden
Code: AccessDenied
Message: Access Denied
RequestId: F830D7FB984A8F62
HostId: 5Xq1clG6r+tx4PYnNlp4eGQPhA9k7laqd7Oi67BD5S665v6lKE4nqg35l1LGz2LfiAbSn8yk6Y0=
An Error Occurred While Attempting to Retrieve a Custom Error Document
Code: NoSuchKey
Message: The specified key does not exist.
Key: error.html
jhansonhpe
(Jhansonhpe)
October 10, 2019, 4:30pm
2
Nor can we install as access to repmod.xml is broken too.
iloreto
(Ivan Loreto)
October 10, 2019, 7:46pm
3
What is your OS Version/build?
patrick8k
(Patrick8k)
October 15, 2019, 3:05pm
4
It’s safe in the sense that you are pulling things down from an official CentOS repository.
patrick8k
(Patrick8k)
October 17, 2019, 9:46am
5
It’s safe in the sense that you are pulling things down from an official Cent OS repository!
bryceryan
(Bryce Ryan)
October 17, 2019, 4:00pm
6
This issue should have been fixed several days ago.
Hi, although it’s fixed but the baseurl in the repo was populated incorrectly. I’ve tried to use it recently, but it’s failing to install the docker because of wrong repo configuration.
repo: https://download.docker.com/linux/centos/docker-ce.repo
baseurl=https://download.docker.com/linux/centos/$releasever/$basearch/stable
should be:
baseurl=https://download.docker.com/linux/centos/7/$basearch/stable
Would some bring this up to Docker team please.