Reset version of A1 Simulator in docker-compose 60/6460/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Fri, 25 Jun 2021 04:16:33 +0000 (06:16 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Fri, 25 Jun 2021 04:16:37 +0000 (06:16 +0200)
The version of the A1 Simulator was accidentally stepped in the
docler-compose file after ther D release.

Issue-ID: NONRTRIC-547
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Ifbdff6f95b2c0aae267c9c25b58f6f265414e95b

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

index 64ac983..ddd9c18 100644 (file)
@@ -22,7 +22,7 @@ networks:
 
 services:
   a1-sim-OSC:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.2.0
+    image: nexus3.o-ran-sc.org:10004/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.2.0
+    image: nexus3.o-ran-sc.org:10004/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.2.0
+    image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0
     container_name: a1-sim-STD-v2
     networks:
       - default