Step version of Gateway to 1.0.0 56/6256/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 8 Jun 2021 10:40:09 +0000 (12:40 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 8 Jun 2021 10:40:15 +0000 (12:40 +0200)
Issue-ID: NONRTRIC-539
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I0b59b08fcc442d76e71a749c33120055d5154894

docker-compose/nonrtric-gateway/docker-compose.yaml
test/common/test_env-oran-d-release.sh

index 6a7707f..f2bcdce 100644 (file)
@@ -22,7 +22,7 @@ networks:
 
 services:
   nonrtric-gateway:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway:0.0.1
+    image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway:1.0.0
     container_name: nonrtric-gateway
     networks:
       default:
index c244936..0f722b3 100755 (executable)
@@ -83,9 +83,9 @@ CONTROL_PANEL_IMAGE_TAG_REMOTE_RELEASE="2.2.0"
 
 # Gateway image and tags
 NRT_GATEWAY_IMAGE_BASE="o-ran-sc/nonrtric-gateway"
-NRT_GATEWAY_IMAGE_TAG_LOCAL="0.0.1-SNAPSHOT"
-NRT_GATEWAY_IMAGE_TAG_REMOTE_SNAPSHOT="0.0.1-SNAPSHOT"
-NRT_GATEWAY_IMAGE_TAG_REMOTE="0.0.1"
+NRT_GATEWAY_IMAGE_TAG_LOCAL="1.0.0-SNAPSHOT"
+NRT_GATEWAY_IMAGE_TAG_REMOTE_SNAPSHOT="1.0.0-SNAPSHOT"
+NRT_GATEWAY_IMAGE_TAG_REMOTE="1.0.0"
 NRT_GATEWAY_IMAGE_TAG_REMOTE_RELEASE="1.0.0"