Fixing docker image name for hello world services 02/12602/2
authorambrishest <ambrish.singh@est.tech>
Fri, 8 Mar 2024 12:09:56 +0000 (12:09 +0000)
committerambrishest <ambrish.singh@est.tech>
Mon, 11 Mar 2024 15:14:38 +0000 (15:14 +0000)
Issue-ID: NONRTRIC-965
Change-Id: Id5683551cc06dd74f17c0e21eb68bd13c3ba3e5b
Signed-off-by: ambrishest <ambrish.singh@est.tech>
sample-services/hello-world-sme-invoker/build.sh
sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh
sample-services/hello-world-sme-invoker/hello-world-sme-invoker/values.yaml
sample-services/hello-world/build.sh
sample-services/hello-world/hello-world-build-start.sh
sample-services/hello-world/hello-world-chart/values.yaml

index 7dc1786..576b4b2 100644 (file)
@@ -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
index e4a2ede..a20bd35 100644 (file)
@@ -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 .
 
index 39aeeb5..16957ca 100644 (file)
@@ -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:
index 5d1ad29..a124724 100644 (file)
@@ -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
index 5001431..48a3449 100644 (file)
@@ -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 .
 
index fe54e8f..d9aba22 100644 (file)
@@ -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: