Move packages to proejct/pkg to follow go project folder structure convention (#1190)

This commit is contained in:
Ta-Ching Chen
2019-05-31 16:28:55 +08:00
committed by GitHub
parent 1c5fd92ad6
commit a0e9a39511
196 changed files with 1672 additions and 1716 deletions
+10
View File
@@ -0,0 +1,10 @@
# InfluxDB Container Image
Due to tutum/influxdb dockerhub repo is no longer exists and causes installation failure, we decide to fork the original
source repository to rebuild influxDB image so that users can change the image repo while keeping backward compatibility.
The files and code changes are based on [tutumcloud/influxdb](https://github.com/tutumcloud/influxdb) source repository.
All credits belongs to them and thanks for their hard work!
## UPDATE 2018/10/30
* Update InfluxDB version from 1.0.0 to 1.6.4