提交 b0c4b634 编写于 作者: T terrymanu

add word incubating to sharding-proxy tar.gz

上级 b691f5b7
......@@ -120,11 +120,11 @@
<profile>
<id>release</id>
<build>
<finalName>apache-shardingsphere-incubating-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>${project.parent.artifactId}-${project.parent.version}</finalName>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
......
......@@ -22,6 +22,7 @@
<format>tar.gz</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<baseDirectory>${project.build.finalName}-sharding-proxy</baseDirectory>
<fileSets>
<fileSet>
......
......@@ -18,6 +18,6 @@
FROM java:7
MAINTAINER caohao "caohaoch@gmail.com"
ADD sharding-proxy-4.0.0-RC1.tar.gz /
RUN mv /sharding-proxy-4.0.0-RC1 /opt/sharding-proxy
ADD apache-shardingsphere-incubating-4.0.0-RC1-sharding-proxy.tar.gz /
RUN mv /apache-shardingsphere-incubating-4.0.0-RC1-sharding-proxy /opt/sharding-proxy
ENTRYPOINT /opt/sharding-proxy/bin/start.sh $PORT && tail -f /opt/sharding-proxy/logs/stdout.log
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册