Download centos base image instead of fuel/centos

CentOS base docker image is a dependency for 
fuel-centos-build container. It was left out
in commit b975019fab.
Change-Id: I822a6bb8c32f6592adc8971c1d67ca80af354e45
Partial-Bug: #1428060
This commit is contained in:
Matthew Mosesohn 2015-03-10 19:22:51 +03:00
parent 7f8f1d1642
commit 095f805f6c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
BASE_IMAGE_FILES:=fuel-centos.tar.xz busybox.tar.xz
BASE_IMAGE_FILES:=centos.tar.xz busybox.tar.xz
# docker base image files
$(addprefix $(LOCAL_MIRROR_DOCKER_BASEURL)/,$(BASE_IMAGE_FILES)):