Fix failed to pull influxdb image from dockerhub (#957)

* Fix failed to pull influxdb image from dockerhub
* Disable jvm test temporarily (issue 958)
This commit is contained in:
Ta-Ching Chen
2018-10-31 16:32:45 +08:00
committed by GitHub
parent 29aabaabda
commit b6ea85e353
7 changed files with 729 additions and 1 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