Update image url 06/6506/1
authorecaiyanlinux <martin.c.yan@est.tech>
Thu, 22 Jul 2021 03:14:25 +0000 (05:14 +0200)
committerecaiyanlinux <martin.c.yan@est.tech>
Thu, 22 Jul 2021 03:14:25 +0000 (05:14 +0200)
Some image urls in staging nexus repo are no longer valid
Update these image urls to release nexus repo url

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-556
Change-Id: I41c3103c0214e68f07f494578da88364807326ec

docker-compose/a1-sim/docker-compose.yaml
docker-compose/sdnc/docker-compose.yml

index ddd9c18..9366ff1 100644 (file)
@@ -22,7 +22,7 @@ networks:
 
 services:
   a1-sim-OSC:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0
+    image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0
     container_name: a1-sim-OSC
     networks:
       - default
@@ -35,7 +35,7 @@ services:
       - ALLOW_HTTP=true
 
   a1-sim-STD:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0
+    image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0
     container_name: a1-sim-STD
     networks:
       - default
@@ -48,7 +48,7 @@ services:
       - ALLOW_HTTP=true
 
   a1-sim-STD-v2:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0
+    image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0
     container_name: a1-sim-STD-v2
     networks:
       - default
index 9c63b7d..3661db9 100644 (file)
@@ -38,7 +38,7 @@ services:
         max-file: "5"
 
   a1-controller:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-a1-controller:2.0.1
+    image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-a1-controller:2.0.1
     depends_on :
       - db
     container_name: a1-controller