298ce72106
The `kollaglue` Docker hub namespace was missing for some of the images. Change-Id: Id0e0c7f62d638fc2ee79f27c07677abf2902e087
9 lines
274 B
Docker
9 lines
274 B
Docker
FROM kollaglue/fedora-rdo-base
|
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
|
|
RUN yum -y install openstack-utils openstack-swift && yum clean all
|
|
|
|
# These will come after we sort out start time config
|
|
RUN mkdir /opt/swift
|
|
config-swift.sh /opt/swift/config-swift.sh
|