Update container names 56/1656/2
authorwrider <lji@research.att.com>
Tue, 19 Nov 2019 04:47:42 +0000 (23:47 -0500)
committerLusheng Ji <lji@research.att.com>
Tue, 19 Nov 2019 19:19:17 +0000 (19:19 +0000)
Per ToC 11/13 meeting. we need to prefix names of docker images built
from O-RAN-SC code with o-ran-sc/ before they are released to dockerhub.

Change-Id: Ie7b10e8579d0c3e27893e7272ea21aff2b68cfc1
Signed-off-by: wrider <lji@research.att.com>
dashboard/webapp-backend/pom.xml
near-rt-ric-simulator/nearric-service/pom.xml
sdnc-a1-controller/oam/installation/sdnc/pom.xml
sdnc-a1-controller/oam/installation/src/main/yaml/docker-compose.yml

index 4519170..215ec75 100644 (file)
@@ -257,7 +257,7 @@ limitations under the License.
                                                <image>
                                                        <!-- Specify a tag to avoid default tag "latest" -->
                                                        <!-- Avoid maven artifact name here -->
-                                                       <name>nonrtric-dashboard:${project.version}</name>
+                                                       <name>o-ran-sc/nonrtric-dashboard:${project.version}</name>
                                                        <build>
                                                                <from>openjdk:11-jre-slim</from>
                                                                <tags>
index dbf1723..d142bed 100644 (file)
                         <image>
                             <!-- Specify a tag to avoid default tag "latest" -->
                             <!-- Avoid maven artifact name here -->
-                            <name>nearric-simulator:${project.version}</name>
+                            <name>o-ran-sc/nearric-simulator:${project.version}</name>
                             <build>
                                 <from>openjdk:11-jre-slim</from>
                                 <tags>
index 16f6bc8..8554bf8 100644 (file)
@@ -45,7 +45,7 @@
 
     <properties>
         <image.name>onap/sdnc-aaf-image</image.name>
-        <standalone.image.name>nonrtric-a1-controller</standalone.image.name>
+        <standalone.image.name>o-ran-sc/nonrtric-a1-controller</standalone.image.name>
         <sdnc.project.version>${project.version}</sdnc.project.version>
         <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
         <sdnc.northbound.version>1.7.3-SNAPSHOT</sdnc.northbound.version>
index a747d1b..6185705 100644 (file)
@@ -38,7 +38,7 @@ services:
         max-file: "5"
 
   a1-controller:
-    image: nonrtric-a1-controller:latest
+    image: o-ran-sc/nonrtric-a1-controller:latest
     depends_on :
       - db
     container_name: a1-controller-container