diff options
author | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-18 15:45:02 +0100 |
---|---|---|
committer | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-19 15:48:29 +0100 |
commit | 7f6f169ab0d6fbb1f18bc1a8899ab4a5cf60becd (patch) | |
tree | a674a10622564a7a5f57c53d803b88e73eb3e81c | |
parent | 5e47136aedcc3e18a65051cb7e514d6ab99f4a8a (diff) |
Switch to Nexus in Dockerfile
Gitlab was used before Nexus was created and is no longer supported.
This change is necessary to receive updates for integration images.
Issue-ID: INT-1864
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Change-Id: Ieab7a4cc9ee1166bfa42434171dc6d385d6e9a06
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ # limitations under the License. # -FROM registry.gitlab.com/onap-integration/docker/onap-java +FROM nexus3.onap.org:10001/onap/integration-java11 USER onap |