Files
fission-src/logger/influxdb/README.md
T
Ta-Ching ChenandGitHub b6ea85e353 Fix failed to pull influxdb image from dockerhub (#957)
* Fix failed to pull influxdb image from dockerhub
* Disable jvm test temporarily (issue 958)
2018-10-31 16:32:45 +08:00

11 lines
524 B
Markdown

# 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