Merge "Base all images on kollaglue ones"

This commit is contained in:
Jenkins 2015-01-06 16:09:30 +00:00 committed by Gerrit Code Review
commit a5bd2f2d5d
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