From: E. Scott Daniels Date: Wed, 20 May 2020 13:09:38 +0000 (-0400) Subject: Add the release information for CI jobs X-Git-Tag: 1.0.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a858079fdaf079bd75ce887e484b3a174208d1b1;p=ric-app%2Fhw.git Add the release information for CI jobs 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 Change-Id: Icad4f4f8f9b25bbe0d5b0827d504563de58a1fef --- diff --git a/container-tag.yaml b/container-tag.yaml new file mode 100644 index 0000000..8ea858b --- /dev/null +++ b/container-tag.yaml @@ -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 index 0000000..8cbb291 --- /dev/null +++ b/releases/container-release-app_hw.yaml @@ -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 +