Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2510

Nexus_image_add.sh is wrongly replacing repository

XMLWordPrintable

    • Hide

      nexus_image_add.sh assume image name including repository. So it removes everything till first '/' in re-tagging phase.

      nexus3.onap.org/onap/aaf:1.0 => onap/aaf:1.0
      onap/aaf:1.0 => aaf:1.0

      wanted behavior is:
      nexus3.onap.org/onap/aaf:1.0 => onap/aaf:1.0
      onap/aaf:1.0 => onap/aaf:1.0

      Show
      nexus_image_add.sh assume image name including repository. So it removes everything till first '/' in re-tagging phase. nexus3.onap.org/onap/aaf:1.0 => onap/aaf:1.0 onap/aaf:1.0 => aaf:1.0 wanted behavior is: nexus3.onap.org/onap/aaf:1.0 => onap/aaf:1.0 onap/aaf:1.0 => onap/aaf:1.0

          ondrej.smalec ondrej.smalec
          ondrej.smalec ondrej.smalec
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: