Versions Compared

Key

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

...

In the original code, ${project.version} is replaced with "0.3.2-SNAPSHOT," and there is no image with that tag in the nexus3 repository.  This is a temporary condition as the Casablanca release goes through the approval process.  Also, notice that the Dockerfile assumes a local copy of the image, so one should login to nexus3.onap.org:1001, pull down the image and rename it from from:

nexus3.onap.org:1001/onap/ccsdk-odl-oxygen-image:0.3.2-STAGING

...

to:

onap/ccsdk-odl-oxygen-image:0.3.2-STAGING.

  (Please edit this page to correct any errors or make improvements.)  After making these changes, one can navigate to the ccsdk/distribution/odlsli directory and execute the command "mvn clean install -P docker" to create a new CCSDK Docker image that includes the new features for the proof-of-concept.  The code below shows the generated images.

...