summaryrefslogtreecommitdiffstats
path: root/tools/nexus_image_add.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14Fix repository bug in nexus_image_addOndřej Šmalec1-1/+1
Script assume repository is always part of image name. So if image to be download was put without repository, it caused removal of subdirectory. Previously: nexus3.onap.org/onap/aaf:1.0 -> onap/aaf:1.0 onap/aaf:1.0 -> aaf:1.0 Now: nexus3.onap.org/onap/aaf:1.0 -> onap/aaf:1.0 onap/aaf:1.0 -> onap/aaf:1.0 Issue-ID: OOM-2510 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: Ia5deedf4695790cf25e1d062d5dccbf9173e5592
2019-11-21Script for adding image into offline nexus repositoryOndřej Šmalec1-0/+103
Help script for adding docker image into nexus repository on infra server. Issue-ID: OOM-2210 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I0ea81170a701b87ad1c4ecc53cfc6e03a3e95684