...
(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. |
|
201-SNAPSHOT
o-ran-sc/smo-teiv-exposure 0. |
|
20(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)