https://bugzilla.redhat.com/show_bug.cgi?id=1187077
Keith Sharp kms@passback.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kms@passback.co.uk
--- Comment #4 from Keith Sharp kms@passback.co.uk --- I'm seeing this as well (fully updated F21 VM). It seems to be a interaction between the docker build process and some bad data on the mirrors.
As an experiment I tried to build the same Dockerfile on a fully update Centos 7 VM and saw the following errors:
Step 2 : RUN yum -y update && yum clean all ---> Running in 09b44b3a5c6e http://fedora.mirrors.ovh.net/linux/updates/21/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for updates Trying other mirror. Resolving Dependencies --> Running transaction check
...snipped for brevity...
Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. http://ftp.heanet.ie/pub/fedora/linux/updates/21/x86_64/p/python-2.7.8-9.fc2...: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. -------------------------------------------------------------------------------- Total 183 kB/s | 65 MB 06:02 Running transaction check
...snipped for brevity...
Complete! Cleaning repos: fedora updates Cleaning up everything ---> a766dc1ef52c Removing intermediate container 09b44b3a5c6e Successfully built a766dc1ef52c
As you can see the build eventually succeeded, though it took a very long time.