From 7f6f169ab0d6fbb1f18bc1a8899ab4a5cf60becd Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Thu, 18 Feb 2021 15:45:02 +0100 Subject: [PATCH] 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 Change-Id: Ieab7a4cc9ee1166bfa42434171dc6d385d6e9a06 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31839c3..55d950c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.16.6