The repository is a collection of wildfly docker images used in icellmobilsoft, to keep projects and their builds on the same basis.
The project can be divided into several parts, completing each other.
Important
|
The docker images contain the following components:
|
Version | Jakarta EE | Java | Wildfly |
---|---|---|---|
1.0.x (internal only) |
Jakarta EE 10 |
17 |
Widlfy 27.0.1.Final |
2.0.x (first public) |
Jakarta EE 10 |
17 |
Widlfy 27.0.1.Final |
3.0.x |
Jakarta EE 10 |
17 |
Widlfy 30.0.1.Final |
The repository is a collection of wildfly docker images used in icellmobilsoft, to keep projects and their builds on the same basis.
The project can be divided into several parts, completing each other.
Collection of the dockerfiles. For a detailed description of the docker image created, see Docker Wildfly Images.
All you need to know is the following command:
docker compose -f <PATH>/docker-compose-1.yml build
docker compose -f <PATH>/docker-compose-2.yml build
docker compose -f <PATH>/docker-compose-3.yml build
Important
|
The release and docker push commands MUST be handled exclusively by Github Actions! |