2015-09-17 09:35:33 -07:00
|
|
|
FROM {{ namespace }}/{{ image_prefix }}gnocchi-base:{{ tag }}
|
2015-11-23 12:38:58 +05:30
|
|
|
MAINTAINER {{ maintainer }}
|
2015-08-19 05:23:05 +00:00
|
|
|
|
|
|
|
{% if install_type == 'binary' %}
|
2015-09-04 02:15:03 -07:00
|
|
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
2015-08-19 05:23:05 +00:00
|
|
|
|
|
|
|
RUN yum install -y openstack-gnocchi-statsd \
|
|
|
|
&& yum clean all
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
2015-08-28 13:17:41 +03:00
|
|
|
{{ include_footer }}
|
2015-11-23 08:56:22 +05:30
|
|
|
|
|
|
|
USER gnocchi
|