Comment 0 for bug 1592576

Revision history for this message
Alex Schultz (alex-schultz) wrote :

Detailed bug description:
When trying to build ISOs for fuel <= 8 where we build docker images, the process fails on trusty due to the older docker untilities (1.5.0) being used which can no longer pull down images from the docker hub.

Steps to reproduce:
1) git clone fuel-main
2) git checkout stable/8.0
3) run prepare-build-env.sh
4) make iso

Expected results:
built iso

Actual results:
failure:
sudo docker build -t fuel/fuel-centos-build /home/fuel/git/fuel-main/build/docker/fuel-centos-build
Sending build context to Docker daemon 15.87 kB
Sending build context to Docker daemon
Step 0 : FROM centos:centos7
Pulling repository centos
INFO[0002] Could not reach any registry endpoint
make: *** [/home/fuel/git/fuel-main/build/docker/fuel-centos.done] Error 1
(fuel-devops-venv-2.9)fuel@qa-01:~/git/fuel-main$ sudo docker build -t fuel/fuel-centos-build /home/fuel/git/fuel-main/build/docker/fuel-centos-build

Reproducibility:
100%

Workaround:
Pull in upstream docker package, see https://git.opnfv.org/cgit/fuel/tree/build/Makefile#n115

Version: 8 or less