Skip to content

Commit 5a0d0a4

Browse files
committed
feat: update base image and docs
1 parent 146f5b1 commit 5a0d0a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bitnami/wildfly:23.0.2
1+
FROM bitnami/wildfly:26.0.1
22
VOLUME /tmp
33
ARG EAR_FILE
44
ADD carrental-ear/target/${EAR_FILE} opt/bitnami/wildfly/standalone/deployments/app.ear

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Target Project: Java/Jakarta EE 8
2424

2525
Update
2626
-----------
27-
The project has been updated to **Jakarta EE 8** and **Java 11** on **Wildfly 23**.
27+
The project has been updated to **Jakarta EE 8** and **Java 11 minimum** on **Wildfly 26**.
2828

2929
What is it?
3030
-----------
@@ -42,7 +42,7 @@ Java 11 JDK or newer.
4242

4343
Eclipse JEE.
4444

45-
WildFly 23 or newer. (Any JavaEE 8 Appserver should do)
45+
WildFly 26 or newer. (Any JavaEE 8 Appserver should do)
4646

4747
JBoss Plugin JBoss AS, WildFly & EAP Server Tools.
4848

@@ -54,7 +54,7 @@ Nodejs 14.x.x or newer
5454

5555
Npm 6.x.x or newer
5656

57-
Angular Cli 13 or newer.
57+
Angular Cli 14 or newer.
5858

5959
Build Server Requirements
6060
-------------------------
@@ -113,4 +113,4 @@ To provide a method to test the Ear of the Build a Docker Image can be build. Th
113113

114114
Build the Docker Image
115115
----------------
116-
For building the Docker Image the Docker needs to be installed and started. To build the Docker image the lines in buildDocker.sh can be used. First the ear needs to be build with 'mvnw'. Then the Docker image with the ear is created. Then the Docker image can be run locally.
116+
For building the Docker Image the Docker needs to be installed and started. To build the Docker image the lines in buildDocker.sh can be used. First the ear needs to be build with 'mvnw' **Jdk 11 required** due to the wildfly base image. Then the docker command creates the image with the ear and the Docker image can be run locally.

0 commit comments

Comments
 (0)