Skip to content

Commit

Permalink
updated docker file
Browse files Browse the repository at this point in the history
issue #24
  • Loading branch information
rsoika committed Jul 31, 2018
1 parent 091f2aa commit 15a9593
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 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 12.0.0.Final
ENV WILDFLY_VERSION 13.0.0.Final
ENV WILDFLY_HOME=/opt/wildfly
ENV WILDFLY_DEPLOYMENT=$WILDFLY_HOME/standalone/deployments
ENV WILDFLY_CONFIG=$WILDFLY_HOME/standalone/configuration
Expand Down
14 changes: 6 additions & 8 deletions wildfly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ In addition the imixs wildfly image adds the eclipselink.jar into the module con

imixs/wildfly provides the following environment variables

<div>
<ul>
<li>JAVA_HOME</li>
<li>WILDFLY_HOME (/opt/wildfly)</li>
<li>WILDFLY_DEPLOYMENT ($WILDFLY_HOME/standalone/deployments)</li>
<li>WILDFLY_CONFIG ($WILDFLY_HOME/standalone/configuration)</li>
</ul>
</div>
* JAVA_HOME
* WILDFLY_HOME (/opt/wildfly)
* WILDFLY\_DEPLOYMENT ($WILDFLY_HOME/standalone/deployments)
* WILDFLY\_CONFIG ($WILDFLY_HOME/standalone/configuration)


### Versions

Expand All @@ -39,6 +36,7 @@ The following image versions are available:
* imixs/wildfly:1.2.2 => Wildfly 10.0.0.Final
* imixs/wildfly:1.2.3 => Wildfly 11.0.0.Final
* imixs/wildfly:1.2.4 => Wildfly 12.0.0.Final
* imixs/wildfly:1.2.5 => Wildfly 13.0.0.Final


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

<resources>
<resource-root path="jipijapa-eclipselink-12.0.0.Final.jar"/>
<resource-root path="jipijapa-eclipselink-13.0.0.Final.jar"/>
<resource-root path="eclipselink.jar">
<filter>
<exclude path="javax/**" />
</filter>
</resource-root>
</resource-root>
</resources>

<dependencies>
Expand Down

0 comments on commit 15a9593

Please sign in to comment.