Browse Source

Daily Commit

master
Richard Shih 6 years ago
parent
commit
27fb4a63f0
3 changed files with 18 additions and 11 deletions
  1. 14
      wildfly_base/modules/module_zk7.xml
  2. 13
      wildfly_base/modules/module_zk8.xml
  3. 2
      wildfly_tml_khhw/Dockerfile

14
wildfly_base/modules/module_zk7.xml

@ -40,14 +40,16 @@
<resource-root path="bsh.jar"/>
</resources>
<dependencies>
<module name="org.apache.commons.fileupload"/>
<module name="org.javassist"/>
<module name="org.apache.commons.io"/>
<module name="org.apache.commons.codec"/>
<module name="javax.servlet.api"/>
<module name="org.javassist"/>
<module name="org.apache.commons.codec"/>
<module name="org.apache.commons.fileupload"/>
<module name="org.apache.commons.io"/>
<module name="org.jboss.vfs"/>
<module name="org.apache.commons.logging"/>
<module name="javaee.api"/>
<module name="org.springframework"/>
<module name="org.apache.commons.logging" slot="1.1.3"/>
<module name="org.slf4j"/>
<module name="javaee.api"/>
</dependencies>
</module>

13
wildfly_base/modules/module_zk8.xml

@ -40,13 +40,16 @@
<resource-root path="bsh.jar"/>
</resources>
<dependencies>
<module name="org.apache.commons.fileupload"/>
<module name="org.javassist"/>
<module name="org.apache.commons.io"/>
<module name="org.apache.commons.codec"/>
<module name="javax.servlet.api"/>
<module name="org.javassist"/>
<module name="org.apache.commons.codec"/>
<module name="org.apache.commons.fileupload"/>
<module name="org.apache.commons.io"/>
<module name="org.jboss.vfs"/>
<module name="org.apache.commons.logging"/>
<module name="org.springframework"/>
<module name="org.apache.commons.logging" slot="1.1.3"/>
<module name="org.slf4j"/>
<module name="javaee.api"/>
<module name="javaee.api"/>
</dependencies>
</module>

2
wildfly_tml_khhw/Dockerfile

@ -1,6 +1,8 @@
FROM khhwtml02t.wanhai.com:8182/jboss/wildfly-tml:0.1.0
LABEL maintainer="richard_shih@wanhai.com"
ENV TZ="Asia/Taipei"
#prepare tmp dir
COPY --chown=jboss . ${JBOSS_HOME}/config

|||||||
100:0
Loading…
Cancel
Save