Base all images on kollaglue ones

The `kollaglue` Docker hub namespace was missing for some of the images.

Change-Id: Id0e0c7f62d638fc2ee79f27c07677abf2902e087
This commit is contained in:
Martin André 2014-12-29 14:56:27 +09:00
parent 1fcf0bee5f
commit 298ce72106
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM fedora-rdo-base
FROM kollaglue/fedora-rdo-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-cinder && yum clean all

View File

@ -1,4 +1,4 @@
FROM fedora-rdo-base
FROM kollaglue/fedora-rdo-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh

View File

@ -1,4 +1,4 @@
FROM fedora-rdo-base
FROM kollaglue/fedora-rdo-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-utils openstack-swift && yum clean all

View File

@ -1,4 +1,4 @@
FROM fedora-rdo-base
FROM kollaglue/fedora-rdo-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh

View File

@ -1,4 +1,4 @@
FROM fedora-rdo-base
FROM kollaglue/fedora-rdo-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh

View File

@ -1,4 +1,4 @@
FROM fedora-rdo-swift-base
FROM kollaglue/fedora-rdo-swift-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh