From 0b23b7db1f1205c3ac3c64772025f97e2786f3ab Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 8 Jun 2021 12:40:09 +0200 Subject: [PATCH] Step version of Gateway to 1.0.0 Issue-ID: NONRTRIC-539 Signed-off-by: elinuxhenrik Change-Id: I0b59b08fcc442d76e71a749c33120055d5154894 --- docker-compose/nonrtric-gateway/docker-compose.yaml | 2 +- test/common/test_env-oran-d-release.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose/nonrtric-gateway/docker-compose.yaml b/docker-compose/nonrtric-gateway/docker-compose.yaml index 6a7707f5..f2bcdce2 100644 --- a/docker-compose/nonrtric-gateway/docker-compose.yaml +++ b/docker-compose/nonrtric-gateway/docker-compose.yaml @@ -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: diff --git a/test/common/test_env-oran-d-release.sh b/test/common/test_env-oran-d-release.sh index c244936e..0f722b39 100755 --- a/test/common/test_env-oran-d-release.sh +++ b/test/common/test_env-oran-d-release.sh @@ -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" -- 2.16.6