X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world%2Fhello-world-build-start.sh;fp=test%2Fservicestub%2Fservice-stub-build-start.sh;h=5001431470e9bae1c35d43182b3c0a756d7fd719;hb=dafdbe531634823882261f2ce8c9cf334b579b52;hp=de6416748bd3b501a9bb83c8bce15b86160961d2;hpb=53ebb953e0e18e695fd0e807c2f1282ef54ceeee;p=nonrtric.git diff --git a/test/servicestub/service-stub-build-start.sh b/sample-services/hello-world/hello-world-build-start.sh similarity index 94% rename from test/servicestub/service-stub-build-start.sh rename to sample-services/hello-world/hello-world-build-start.sh index de641674..50014314 100644 --- a/test/servicestub/service-stub-build-start.sh +++ b/sample-services/hello-world/hello-world-build-start.sh @@ -20,8 +20,8 @@ # ========================LICENSE_END=================================== # -NAME="service-stub-hello-world-test" -IMAGE_NAME="nonrtric-hello-world" +NAME="hello-world" +IMAGE_NAME="nonrtric-sample-helloworld" docker build -t $IMAGE_NAME:latest .