You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/03/10 14:13:23 UTC

[skywalking] 01/01: Revert "[BugFix] Docker InfluxDB cannot be enabled (#4483)"

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch revert-4483-bugfix/docker-influxdb
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit fd29b792cd1a7ef50b2e10fe3219e181c7b261a9
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Tue Mar 10 22:13:11 2020 +0800

    Revert "[BugFix] Docker InfluxDB cannot be enabled (#4483)"
    
    This reverts commit 73d0802cd69e7bdf5fd925060afc00207edb711d.
---
 docker/oap-es7/docker-entrypoint.sh | 1 -
 docker/oap/docker-entrypoint.sh     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/docker/oap-es7/docker-entrypoint.sh b/docker/oap-es7/docker-entrypoint.sh
index c8188e2..87cc9b1 100755
--- a/docker/oap-es7/docker-entrypoint.sh
+++ b/docker/oap-es7/docker-entrypoint.sh
@@ -355,7 +355,6 @@ EOT
     elasticsearch) generateStorageElastisearch;;
     h2) generateStorageH2;;
     mysql) generateStorageMySQL;;
-    influxdb) generateStorageInfluxDB;;
     esac
 
     cat <<EOT >> ${var_application_file}
diff --git a/docker/oap/docker-entrypoint.sh b/docker/oap/docker-entrypoint.sh
index 41b5c68..36f8928 100755
--- a/docker/oap/docker-entrypoint.sh
+++ b/docker/oap/docker-entrypoint.sh
@@ -356,7 +356,6 @@ EOT
     elasticsearch) generateStorageElastisearch;;
     h2) generateStorageH2;;
     mysql) generateStorageMySQL;;
-    influxdb) generateStorageInfluxDB;;
     esac
 
     cat <<EOT >> ${var_application_file}