3c7e0da467
Add swift boilerplate for Docker building and Kubernetes support
9 lines
251 B
Docker
9 lines
251 B
Docker
FROM fedora-rdo-base
|
|
MAINTAINER Steven Dake <sdake@redhat.com>
|
|
|
|
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
|