This page describes how to build release K version of TEIV functions
In general, there is no need to build the images manually. |
(Note: The actual docker image version numbers/tags may be different from the instructions below as development continues in the relevant repositories)
Java 17 (make sure that JAVA_HOME
environment variable points to correct Java version).
Docker & docker-compose (latest).
git (latest) - for downloading code repos.
Maven 3.8.3+
Download the following repo:
|
To pull down all external dependencies, and build all Java and Docker artifacts run the following command:
|
If the build was successful docker images with following name and tag shall be built. Use the command 'docker images' to view newly built images in the local docker registry.
|
(Note: The actual docker image version numbers/tags may be different as development continues in the relevant repositories. Use the latest version numbers in the instructions below)