From 5e06925a6d7f0af65127770928a4aab509db4063 Mon Sep 17 00:00:00 2001 From: ambrishest Date: Fri, 8 Mar 2024 12:09:56 +0000 Subject: [PATCH] Fixing docker image name for hello world services Issue-ID: NONRTRIC-965 Change-Id: Id5683551cc06dd74f17c0e21eb68bd13c3ba3e5b Signed-off-by: ambrishest --- sample-services/hello-world-sme-invoker/build.sh | 2 +- .../hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh | 2 +- .../hello-world-sme-invoker/hello-world-sme-invoker/values.yaml | 3 ++- sample-services/hello-world/build.sh | 2 +- sample-services/hello-world/hello-world-build-start.sh | 2 +- sample-services/hello-world/hello-world-chart/values.yaml | 3 ++- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sample-services/hello-world-sme-invoker/build.sh b/sample-services/hello-world-sme-invoker/build.sh index 7dc17866..576b4b2d 100644 --- a/sample-services/hello-world-sme-invoker/build.sh +++ b/sample-services/hello-world-sme-invoker/build.sh @@ -29,7 +29,7 @@ if [ $# -ne 1 ] && [ $# -ne 2 ]; then print_usage fi -IMAGE_NAME="nonrtric-sample-helloworld-sme-invoker" +IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld-sme-invoker" IMAGE_TAG="latest" REPO="" if [ $1 == "no-push" ]; then diff --git a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh index e4a2edec..a20bd35e 100644 --- a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh +++ b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh @@ -21,7 +21,7 @@ # NAME="hello-world-sme-invoker" -IMAGE_NAME="nonrtric-sample-helloworld-sme-invoker" +IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld-sme-invoker" docker build -t $IMAGE_NAME:latest . diff --git a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/values.yaml b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/values.yaml index 39aeeb5f..16957caa 100644 --- a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/values.yaml +++ b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/values.yaml @@ -19,7 +19,8 @@ # image: - repository: nexus3.o-ran-sc.org:10003/nonrtric-sample-helloworld-sme-invoker + # use a released image (and port number) if one is available, or use a local/staging image in a development environment + repository: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-sample-helloworld-sme-invoker tag: latest service: diff --git a/sample-services/hello-world/build.sh b/sample-services/hello-world/build.sh index 5d1ad297..a124724b 100644 --- a/sample-services/hello-world/build.sh +++ b/sample-services/hello-world/build.sh @@ -29,7 +29,7 @@ if [ $# -ne 1 ] && [ $# -ne 2 ]; then print_usage fi -IMAGE_NAME="nonrtric-sample-helloworld" +IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld" IMAGE_TAG="latest" REPO="" if [ $1 == "no-push" ]; then diff --git a/sample-services/hello-world/hello-world-build-start.sh b/sample-services/hello-world/hello-world-build-start.sh index 50014314..48a3449f 100644 --- a/sample-services/hello-world/hello-world-build-start.sh +++ b/sample-services/hello-world/hello-world-build-start.sh @@ -21,7 +21,7 @@ # NAME="hello-world" -IMAGE_NAME="nonrtric-sample-helloworld" +IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld" docker build -t $IMAGE_NAME:latest . diff --git a/sample-services/hello-world/hello-world-chart/values.yaml b/sample-services/hello-world/hello-world-chart/values.yaml index fe54e8f8..d9aba221 100644 --- a/sample-services/hello-world/hello-world-chart/values.yaml +++ b/sample-services/hello-world/hello-world-chart/values.yaml @@ -19,7 +19,8 @@ # image: - repository: nexus3.o-ran-sc.org:10003/nonrtric-sample-helloworld + # use a released image (and port number) if one is available, or use a local/staging image in a development environment. + repository: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-sample-helloworld tag: latest service: -- 2.16.6