From fda2cdfaa4aa0ea294f17e98e17687670e9b8d16 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Wed, 22 Apr 2020 14:25:30 +0200 Subject: Rename docker images Before container release we need to fix container names to be more descriptive. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil Change-Id: I6f6f17a5625df6d90b040dc5683202b1187cf386 --- pnfsimulator/docker-compose.yml | 2 +- pnfsimulator/pom.xml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'pnfsimulator') diff --git a/pnfsimulator/docker-compose.yml b/pnfsimulator/docker-compose.yml index 23797fe..54e4699 100644 --- a/pnfsimulator/docker-compose.yml +++ b/pnfsimulator/docker-compose.yml @@ -24,7 +24,7 @@ services: ME_CONFIG_MONGODB_ADMINPASSWORD: zXcVbN123! pnf-simulator: - image: nexus3.onap.org:10003/onap/pnfsimulator + image: onap/org.onap.integration.simulators.pnfsimulator ports: - "5000:5000" volumes: diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 436571d..6384314 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -42,7 +42,6 @@ yyyyMMdd'T'HHmmss org.onap.pnfsimulator.Main latest - onap/${project.artifactId} libs ${project.build.directory}/${dependency.directory.name} @@ -355,7 +354,7 @@ ${project.artifactId} - ${onap.nexus.dockerregistry.daily}/${docker.image.name} + ${docker-image.namespace}/${docker-image.name.prefix}.${artifactId} ${onap.nexus.dockerregistry.daily} ${project.basedir} -- cgit 1.2.3-korg