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:22 UTC

[skywalking] branch revert-4483-bugfix/docker-influxdb created (now fd29b79)

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

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


      at fd29b79  Revert "[BugFix] Docker InfluxDB cannot be enabled (#4483)"

This branch includes the following new commits:

     new fd29b79  Revert "[BugFix] Docker InfluxDB cannot be enabled (#4483)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ke...@apache.org.
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}