Versions Compared

Key

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

...

            docker pull nexus3.onap.org:10001/onap/ccsdk-odlsli-image:0.4.4

            # Here we should update the docker file to Edit the below file with the latest version of ccsdk-odlsli-image

            # vi ./installation/appc/src/main/docker/Dockerfile 

            # You can use the below command to replace the image version

             sed -i 's|FROM onap/ccsdk-odlsli-image:0.3.3|FROM onap/ccsdk-odlsli-image:0.4.4|g'  ./installation/appc/src/main/docker/Dockerfile 

                     

  1. TODO