This page describes how to build release J version of TEIV functions
Info | ||
---|---|---|
| ||
In general, there is no need to build the images manually. Building from scratch is error-prone, and some development experience is required. All images for the release are available in nexus image repositories . https://nexus3.o-ran-sc.org/#browse/search=keyword%3Dteiv Please refer to the page Release J - Run in Docker |
...
Project Requirements
- Java 17 (make sure that
JAVA_HOME
environment variable points to correct Java version). - Docker and & docker-compose (latest).
- git (latest) - for downloading code repos.
Maven 3.68.3+
Build Code
Build TEIV Docker containers
...