Add the release information for CI jobs 71/3771/3
authorE. Scott Daniels <daniels@research.att.com>
Wed, 20 May 2020 13:09:38 +0000 (09:09 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 20 May 2020 13:18:49 +0000 (09:18 -0400)
The release information is now contained in the releases directory.
This file is used by the CI jobs when moving a docker image
from the staging repo to the release repo.

The file currently contains "dummy" information. Once an image is
generated, a change to this file with the correct reference hash,
and version number will be pushed.

The container tag file that the CI jobs use to tag the docker image
is also added. It contains the correct tag.

Issue-ID: RICAPP-106

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Icad4f4f8f9b25bbe0d5b0827d504563de58a1fef

container-tag.yaml [new file with mode: 0644]
releases/container-release-app_hw.yaml [new file with mode: 0644]

diff --git a/container-tag.yaml b/container-tag.yaml
new file mode 100644 (file)
index 0000000..8ea858b
--- /dev/null
@@ -0,0 +1,4 @@
+# this is used by CI jobs to apply a tag when it builds the image
+---
+tag: '1.0.0'
+
diff --git a/releases/container-release-app_hw.yaml b/releases/container-release-app_hw.yaml
new file mode 100644 (file)
index 0000000..8cbb291
--- /dev/null
@@ -0,0 +1,11 @@
+---
+distribution_type: container
+container_release_tag: 0.0.1
+container_pull_registry: nexus3.o-ran-sc.org:10004
+container_push_registry: nexus3.o-ran-sc.org:10002
+project: ric-app/hw
+ref: 58a5d7cf4cb4cca5a6551ef5bf8d005e6321b881
+containers:
+    - name: ric-app-hw
+      version: 0.0.1
+