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

mikexue pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/develop by this push:
     new b77646c  [Feature #547] Create and upload 1.3.0-snapshot docker image 
(#659)
b77646c is described below

commit b77646cf5a34dac85fbd721cacafa6ef8a8421aa
Author: mike_xwm <[email protected]>
AuthorDate: Fri Dec 17 11:38:19 2021 +0800

    [Feature #547] Create and upload 1.3.0-snapshot docker image (#659)
    
    * [Feature #547] Create and upload 1.3.0-snapshot docker image
---
 docker/eventmesh-rocketmq/Dockerfile | 2 +-
 eventmesh-runtime/bin/start.sh       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/eventmesh-rocketmq/Dockerfile 
b/docker/eventmesh-rocketmq/Dockerfile
index 5b61cc4..fe9fe51 100644
--- a/docker/eventmesh-rocketmq/Dockerfile
+++ b/docker/eventmesh-rocketmq/Dockerfile
@@ -23,7 +23,7 @@ MAINTAINER mikexue [email protected]
 
 WORKDIR /data
 RUN mkdir /data/app
-ADD EventMesh_1.2.0-SNAPSHOT.tar.gz  /data/app/eventmesh
+ADD EventMesh_1.3.0-SNAPSHOT.tar.gz  /data/app/eventmesh
 WORKDIR /data/app/eventmesh/bin
 
 EXPOSE 10000
diff --git a/eventmesh-runtime/bin/start.sh b/eventmesh-runtime/bin/start.sh
index c2cb399..737f3d8 100644
--- a/eventmesh-runtime/bin/start.sh
+++ b/eventmesh-runtime/bin/start.sh
@@ -134,6 +134,7 @@ JAVA_OPT="${JAVA_OPT} 
-Deventmesh.log.home=${EVENTMESH_LOG_HOME}"
 JAVA_OPT="${JAVA_OPT} -DconfPath=${EVENTMESH_HOME}/conf"
 JAVA_OPT="${JAVA_OPT} -Dlog4j2.AsyncQueueFullPolicy=Discard"
 JAVA_OPT="${JAVA_OPT} -Drocketmq.client.logUseSlf4j=true"
+JAVA_OPT="${JAVA_OPT} -DeventMeshPluginDir=${EVENTMESH_HOME}/plugin"
 
 #if [ -f "pid.file" ]; then
 #        pid=`cat pid.file`

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to