Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-14 | Fix repository bug in nexus_image_add | Ondřej Šmalec | 1 | -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-21 | Script for adding image into offline nexus repository | Ondřej Šmalec | 1 | -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 |