mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-17 11:56:28 +02:00
upgrade grafana to 3.0.1
This commit is contained in:
parent
909c997962
commit
d6d4e3bbd2
@ -5,13 +5,15 @@
|
|||||||
FROM debian:jessie
|
FROM debian:jessie
|
||||||
MAINTAINER kev <noreply@easypi.info>
|
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_FILE=grafana_${GRAFANA_VERSION}_amd64.deb
|
||||||
ENV GRAFANA_URL=https://grafanarel.s3.amazonaws.com/builds/${GRAFANA_FILE}
|
ENV GRAFANA_URL=https://grafanarel.s3.amazonaws.com/builds/${GRAFANA_FILE}
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y libfontconfig wget \
|
&& apt-get install -y ca-certificates \
|
||||||
|
libfontconfig \
|
||||||
|
wget \
|
||||||
&& wget ${GRAFANA_URL} \
|
&& wget ${GRAFANA_URL} \
|
||||||
&& dpkg -i ${GRAFANA_FILE} \
|
&& dpkg -i ${GRAFANA_FILE} \
|
||||||
&& apt-get purge --auto-remove -y wget \
|
&& apt-get purge --auto-remove -y wget \
|
||||||
|
@ -29,3 +29,5 @@ $ docker-compose exec grafana bash
|
|||||||
>>> exit
|
>>> exit
|
||||||
$ firefox http://localhost:3000
|
$ firefox http://localhost:3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[1]: http://grafana.org/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user