Versions Compared

Key

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

...

update policy-agent/Dockerfile: 

ADD /config/application_configuration.json /opt/app/policy-agent/data/application_configuration.json_example

to

ADD /config/application_configuration.json /opt/app/policy-agent/data/application_configuration.json

Build the code and create docker images

...

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

If the build was successful 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
languagebash
themeEmacs
$ docker images
o-ran-sc/nonrtric-r-app-catalogue                   1.1.0-SNAPSHOT 
o-ran-sc/nonrtric-enrichment-coordinator-service    1.1.0-SNAPSHOT 
o-ran-sc/nonrtric-policy-agent                      2.2.0-SNAPSHOT 

Build near-rt-ric-simulator container

...