5ed1c04c98
The script wasn't reporting any errors due to a typo. Also fix MAINTAINER field for ceilometer-collector image. Change-Id: Idf1e2746ae395bb05ee679ca71a10a3f103ebfa8
8 lines
209 B
Docker
8 lines
209 B
Docker
FROM kollaglue/fedora-rdo-ceilometer-base
|
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
|
|
RUN yum install -y openstack-ceilometer-collector && yum clean all
|
|
|
|
ADD ./start.sh /start.sh
|
|
CMD ["/start.sh"]
|