Skip to content
Snippets Groups Projects
Dockerfile.j2 311 B
Newer Older
  • Learn to ignore specific revisions
  • FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
    
    MAINTAINER {{ maintainer }}
    
    
    {% if install_type == 'binary' %}
    
    Steven Dake's avatar
    Steven Dake committed
        {% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
    
    Sam Yaple's avatar
    Sam Yaple committed
    RUN yum -y install openstack-swift-proxy \
        && yum clean all
    
    
        {% endif %}
    {% endif %}