1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

upgrade grafana to 3.0.1

This commit is contained in:
kev 2016-05-11 19:39:56 +08:00
parent 909c997962
commit d6d4e3bbd2
2 changed files with 6 additions and 2 deletions

@ -5,13 +5,15 @@
FROM debian:jessie
MAINTAINER kev <noreply@easypi.info>
ENV GRAFANA_VERSION=2.6.0
ENV GRAFANA_VERSION=3.0.1
ENV GRAFANA_FILE=grafana_${GRAFANA_VERSION}_amd64.deb
ENV GRAFANA_URL=https://grafanarel.s3.amazonaws.com/builds/${GRAFANA_FILE}
RUN set -xe \
&& apt-get update \
&& apt-get install -y libfontconfig wget \
&& apt-get install -y ca-certificates \
libfontconfig \
wget \
&& wget ${GRAFANA_URL} \
&& dpkg -i ${GRAFANA_FILE} \
&& apt-get purge --auto-remove -y wget \

@ -29,3 +29,5 @@ $ docker-compose exec grafana bash
>>> exit
$ firefox http://localhost:3000
```
[1]: http://grafana.org/