Skip to content

Commit

Permalink
update wildfly configuration
Browse files Browse the repository at this point in the history
Issue #39
  • Loading branch information
rsoika committed Nov 12, 2019
1 parent f3641a8 commit 3ab6f6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wildfly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN groupadd -r imixs -g 901 && \
WORKDIR /opt

# set environments
ENV WILDFLY_VERSION 17.0.1.Final
ENV WILDFLY_VERSION 18.0.0.Final
ENV WILDFLY_HOME=/opt/wildfly
ENV WILDFLY_DEPLOYMENT=$WILDFLY_HOME/standalone/deployments
ENV WILDFLY_CONFIG=$WILDFLY_HOME/standalone/configuration
Expand Down
2 changes: 1 addition & 1 deletion wildfly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following image versions are available:
* imixs/wildfly:1.2.6 => Wildfly 13.0.0.Final (OpenJDK 10)
* imixs/wildfly:1.2.7 => Wildfly 15.0.1.Final (OpenJDK 10)
* imixs/wildfly:1.2.8 => Wildfly 16.0.0.Final (OpenJDK 10)
* imixs/wildfly:latest => Wildfly 17.0.1.Final (OpenJDK 10)
* imixs/wildfly:latest => Wildfly 18.0.0.Final (OpenJDK 10)


## 1. Install Docker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
</properties>

<resources>
<resource-root path="jipijapa-eclipselink-16.0.0.Final.jar"/>
<resource-root path="jipijapa-eclipselink-18.0.0.Final.jar"/>
<!-- eclipselink version 2.7-4 -->
<resource-root path="eclipselink.jar">
<filter>
<exclude path="javax/**" />
</filter>
</resource-root>
</resource-root>
</resources>

<dependencies>
Expand All @@ -50,4 +50,4 @@
<module name="org.jboss.logging"/>
<module name="org.jboss.vfs"/>
</dependencies>
</module>
</module>

0 comments on commit 3ab6f6e

Please sign in to comment.