1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

upgrade influxdb to 0.13.0

This commit is contained in:
kev 2016-06-01 13:50:01 +08:00
parent 1572d51aa0
commit 218bdbd18a
2 changed files with 6 additions and 2 deletions

View File

@ -5,9 +5,9 @@
FROM debian:jessie
MAINTAINER kev <noreply@easypi.info>
ENV INFLUXDB_VERSION=0.12.2
ENV INFLUXDB_VERSION=0.13.0
ENV INFLUXDB_FILE=influxdb_${INFLUXDB_VERSION}-1_amd64.deb
ENV INFLUXDB_MD5=f28bb1c57d52dc1593dca45b86be5913
ENV INFLUXDB_MD5=4f0aa76fee22cf4c18e2a0779ba4f462
ENV INFLUXDB_URL=https://s3.amazonaws.com/influxdb/${INFLUXDB_FILE}
ENV COLLECTD_URL=https://github.com/collectd/collectd/raw/master/src/types.db

View File

@ -9,6 +9,8 @@ analytics.
## docker-compose.yml
For official image:
```yaml
influxdb:
image: influxdb:alpine
@ -20,6 +22,8 @@ influxdb:
restart: always
```
For unofficial image:
```yaml
influxdb:
image: vimagick/influxdb