Created attachment 822 [details] docker repo源报错 Description of problem: 使用docker镜像cloud-native-sig-registry.cn-hangzhou.cr.aliyuncs.com/openanolis/anolisos:23-20230704创建docker容器,执行yum install git的时候报错:Errors during downloading metadata for repository 'os': - Status code: 404 for http://mirrors.openanolis.cn/anolis/23/os/x86_64/os/repodata/repomd.xml Error: Failed to download metadata for repo 'os': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Steps to Reproduce: 1.docker pull cloud-native-sig-registry.cn-hangzhou.cr.aliyuncs.com/openanolis/anolisos:23-20230704 2.docker run -itd cloud-native-sig-registry.cn-hangzhou.cr.aliyuncs.com/openanolis/anolisos:23-20230704 3.docker exec 容器ID yum install git Actual results: 执行docker exec 容器ID yum install git报错:Status code: 404 for http://mirrors.openanolis.cn/anolis/23/os/x86_64/os/repodata/repomd.xml Expected results: 存在正确的repo源,正常执行yum install git等命令 Additional info:
现在 http://mirrors.openanolis.cn/anolis/23/os/x86_64/os/链接可以正常访问, 但依旧是存在链接不存在的情况 http://mirrors.openanolis.cn/anolis/23/updates/x86_64/os/repodata/repomd.xml
该问题是由于今天 os 源正在更新,是在中午 12点左右更新完成,现在已经正常使用。