Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 K - Run in Docker

(Note: The actual docker image version numbers/tags may be different from the instructions below as development continues in the relevant repositories)

...

Download the following repo:

Code Block
git clone "https://gerrit.o-ran-sc.org/r/smo/teiv" -b k-release --recursive

To pull down all external dependencies, and build all Java and Docker artifacts run the following command:

Code Block
mvn clean install -Dmaven.test.skip=true

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.

Code Block
$ docker images  
o-ran-sc/smo-teiv-ingestion   0.2.0-SNAPSHOT
o-ran-sc/smo-teiv-exposure    0.2.0-SNAPSHOT

(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)