diff --git a/wildfly/Dockerfile b/wildfly/Dockerfile index 1b056db..3be9fb8 100644 --- a/wildfly/Dockerfile +++ b/wildfly/Dockerfile @@ -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 diff --git a/wildfly/README.md b/wildfly/README.md index ffe4a7c..003d6ec 100644 --- a/wildfly/README.md +++ b/wildfly/README.md @@ -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 -
- -
+ * JAVA_HOME + * WILDFLY_HOME (/opt/wildfly) + * WILDFLY\_DEPLOYMENT ($WILDFLY_HOME/standalone/deployments) + * WILDFLY\_CONFIG ($WILDFLY_HOME/standalone/configuration) + ### Versions @@ -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 diff --git a/wildfly/modules/system/layers/base/org/eclipse/persistence/main/module.xml b/wildfly/modules/system/layers/base/org/eclipse/persistence/main/module.xml index d99e171..a97083a 100644 --- a/wildfly/modules/system/layers/base/org/eclipse/persistence/main/module.xml +++ b/wildfly/modules/system/layers/base/org/eclipse/persistence/main/module.xml @@ -27,12 +27,12 @@ - + - +