From 27b624569849dfb6c792c68604919db5abc7ecf5 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 8 Mar 2024 12:42:23 +0000 Subject: [PATCH] NONRTRIC Update docker image names for new sample uServices These changed images are new, and intended for first release later in summerthis year. Note, some other images here also need to be renamed, but they are not intended for 'release'. Those other images' current names are used alot in our test env, so need a bit more work to rename. Change-Id: Icc57848503af6eee492fa099df6db7ec68e3e71a Signed-off-by: JohnKeeney --- jjb/nonrtric/nonrtric.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index a3735923..687cbeaa 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -83,7 +83,7 @@ name: nonrtric-sample-helloworld-sme-invoker project-name: "{name}" # image name - docker-name: "nonrtric-sample-helloworld-sme-invoker" + docker-name: "o-ran-sc/nonrtric-sample-helloworld-sme-invoker" # Directory with Dockerfile docker-root: "sample-services/hello-world-sme-invoker" # Limit build trigger to appropriate files @@ -103,7 +103,7 @@ name: nonrtric-sample-helloworld project-name: "{name}" # image name - docker-name: "nonrtric-sample-helloworld" + docker-name: "o-ranc-sc/nonrtric-sample-helloworld" # Directory with Dockerfile docker-root: "sample-services/hello-world" # Limit build trigger to appropriate files -- 2.16.6