minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Building of ISO is failing due to 404 error for repodata/repomd.xml #144

Closed coolbrg closed 7 years ago

coolbrg commented 7 years ago

Hi,

CI builds are failing due to following error:

$ make centos_iso
mkdir -p /root/payload/build
cd /root/payload/build; sudo livecd-creator --config /root/payload/build/centos-7.ks --logfile=/root/payload/build/livecd-creator.log --fslabel minishift-centos7
['/sbin/mkfs.ext4', '-F', '-L', '_minishift-centos7', '-m', '1', '-b', '4096', '/dev/loop0']
Error creating Live CD : failure: repodata/repomd.xml from atomic: [Errno 256] No more mirrors to try.
http://mirror.centos.org/centos/7/atomic/x86_64/adb/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
make: *** [iso_creation] Error 1

Affected build - https://ci.centos.org/job/minishift-centos-iso-pr/237/console

Is it a network issue @praveenkumar @gbraad @LalatenduMohanty or we need to update mirrors?

LalatenduMohanty commented 7 years ago

@budhrg I think it is temporary network glitch . It should get resolved automatically.

praveenkumar commented 7 years ago

@budhrg Since that was temporary network issue closing it now.