Skip to content

Commit

Permalink
[Feature #547] Create and upload 1.3.0-snapshot docker image (#659)
Browse files Browse the repository at this point in the history
* [Feature #547] Create and upload 1.3.0-snapshot docker image
  • Loading branch information
xwm1992 authored Dec 17, 2021
1 parent 1c7429b commit b77646c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/eventmesh-rocketmq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAINTAINER mikexue mike_xwm@126.com

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
Expand Down
1 change: 1 addition & 0 deletions eventmesh-runtime/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b77646c

Please sign in to comment.