aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Mazuruk <a.mazuruk@samsung.com>2021-02-18 15:45:02 +0100
committerAlexander Mazuruk <a.mazuruk@samsung.com>2021-02-19 15:48:29 +0100
commit7f6f169ab0d6fbb1f18bc1a8899ab4a5cf60becd (patch)
treea674a10622564a7a5f57c53d803b88e73eb3e81c
parent5e47136aedcc3e18a65051cb7e514d6ab99f4a8a (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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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