From 7df147dcf985bfb29470160a40298868386c829a Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Tue, 26 Nov 2019 14:00:46 -0500 Subject: [PATCH] Release docker image with tag 1.3.0 Change-Id: Ifb4412ad352a5c1868da000cfb829dd2b8b19734 Signed-off-by: Lott, Christopher (cl778h) --- .releases/1.3.0-container.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .releases/1.3.0-container.yaml diff --git a/.releases/1.3.0-container.yaml b/.releases/1.3.0-container.yaml new file mode 100644 index 00000000..d6d3b9a0 --- /dev/null +++ b/.releases/1.3.0-container.yaml @@ -0,0 +1,11 @@ +# the release job adds prefix o-ran-sc/ to the image names +--- +distribution_type: container +container_release_tag: 1.3.0 +container_pull_registry: nexus3.o-ran-sc.org:10004 +container_push_registry: nexus3.o-ran-sc.org:10002 +project: portal/ric-dashboard +ref: cec131cf4b0279bd6a6d4dd31642270cebe38711 +containers: + - name: ric-dashboard + version: 1.3.0 -- 2.16.6