2015-08-17 06:13:15 +02:00
|
|
|
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-swift-base:{{ tag }}
|
|
|
|
MAINTAINER Kolla Project (https://launchpad.net.kolla)
|
|
|
|
|
|
|
|
{% if install_type == 'binary' %}
|
2015-09-04 02:15:03 -07:00
|
|
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
2015-08-17 06:13:15 +02:00
|
|
|
|
|
|
|
RUN yum -y install \
|
|
|
|
openstack-swift-object \
|
|
|
|
&& yum clean all
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
COPY config-swift-object.sh /opt/kolla/
|