Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Updating InfluxDB deployment to work with v0.8.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishh committed Sep 21, 2015
1 parent 41621fc commit c5358e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 294 deletions.
10 changes: 2 additions & 8 deletions influxdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# influxdb
FROM ubuntu:trusty
FROM ubuntu:14.04

# Install InfluxDB
ENV INFLUXDB_VERSION 0.8.9
Expand All @@ -9,16 +9,10 @@ RUN apt-get update && apt-get install -y curl && curl -s -o /tmp/influxdb_latest
rm /tmp/influxdb_latest_amd64.deb

ADD config.toml /config/config.toml
ADD collectd-types.db /config/types.db
ADD shardSpace.json /config/shardSpace.json

ADD run.sh /run.sh
RUN chmod +x /run.sh

ENV PRE_CREATE_DB k8s;grafana

EXPOSE 8083 8086 8084 8090 8099

VOLUME ["/data"]

CMD ["/run.sh"]
ENTRYPOINT ["influxdb", "--config", "/config/config.toml"]
236 changes: 0 additions & 236 deletions influxdb/collectd-types.db

This file was deleted.

50 changes: 0 additions & 50 deletions influxdb/run.sh

This file was deleted.

0 comments on commit c5358e9

Please # to comment.