docker-storcli-prometheus/Dockerfile

10 lines
238 B
Docker
Raw Normal View History

2018-05-18 12:39:17 -06:00
FROM centos:7
RUN curl -sSL http://dl.marmotte.net/rpms/redhat/el6/x86_64/storcli-1.16.06-2/storcli-1.16.06-2.x86_64.rpm > /tmp/storcli.rpm \
&& rpm -ivh /tmp/storcli.rpm \
&& rm /tmp/storcli.rpm
2018-05-21 10:55:24 -06:00
COPY . /
2018-05-18 12:39:17 -06:00
ENTRYPOINT ["/entrypoint.sh"]