From: elinuxhenrik Date: Fri, 25 Jun 2021 04:16:33 +0000 (+0200) Subject: Reset version of A1 Simulator in docker-compose X-Git-Tag: 1.2.0~128 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6854ccf03414b1af19f314730f1688f4be827ad3;p=nonrtric.git Reset version of A1 Simulator in docker-compose 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 Change-Id: Ifbdff6f95b2c0aae267c9c25b58f6f265414e95b --- diff --git a/docker-compose/a1-sim/docker-compose.yaml b/docker-compose/a1-sim/docker-compose.yaml index 64ac983f..ddd9c181 100644 --- a/docker-compose/a1-sim/docker-compose.yaml +++ b/docker-compose/a1-sim/docker-compose.yaml @@ -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