|
@@ -2,9 +2,13 @@
|
|
FROM hub.evbj.easou.com/dev/centos68-resin:4.0.58-jdk8
|
|
FROM hub.evbj.easou.com/dev/centos68-resin:4.0.58-jdk8
|
|
LABEL author="robert[robert_du@easou.cn]"
|
|
LABEL author="robert[robert_du@easou.cn]"
|
|
|
|
|
|
-RUN rm -rf /data/project/*
|
|
|
|
-ADD resin.conf /etc/resin/
|
|
|
|
|
|
+RUN mkdir -p /data/project /app/soft
|
|
|
|
+ADD resin.xml /etc/resin/resin.xml
|
|
|
|
+ADD cluster-default.xml /etc/resin/cluster-default.xml
|
|
|
|
+ADD resin.properties /etc/resin/resin.properties
|
|
ADD http://10.26.22.185:9000/psop/conf/dockerConfig/book-touchrs/ROOT.war /data/project/
|
|
ADD http://10.26.22.185:9000/psop/conf/dockerConfig/book-touchrs/ROOT.war /data/project/
|
|
|
|
+ADD http://10.26.22.185:9000/psop/soft/flume-1.7.0.tar.gz /app/soft
|
|
|
|
+RUN cd /app/soft/ && tar xf flume-1.7.0.tar.gz
|
|
|
|
|
|
#start resin
|
|
#start resin
|
|
ENTRYPOINT ["entrypoint.sh"]
|
|
ENTRYPOINT ["entrypoint.sh"]
|