diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-06-20 17:21:29 +0800 |
---|---|---|
committer | kaixiliu <liukaixi@chinamobile.com> | 2024-06-20 17:21:51 +0800 |
commit | 65f2396c68b217ddf8b0e21d7adc19086e024878 (patch) | |
tree | b65499d1e1e756d9b159d1426fc33a833da156df | |
parent | fbef3025d61fa23265f1733c6e6de7588b168681 (diff) |
add container.yaml
Issue-ID: USECASEUI-838
Change-Id: Ie3d03632f4f3795285ad0f5de7243aace86422b7
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r-- | releases/14.0.0-container.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/releases/14.0.0-container.yaml b/releases/14.0.0-container.yaml new file mode 100644 index 0000000..00a5151 --- /dev/null +++ b/releases/14.0.0-container.yaml @@ -0,0 +1,10 @@ +distribution_type: 'container' +container_release_tag: '14.0.0' +project: 'usecase-ui-llm-adaptation' +container_pull_registry: nexus3.onap.org:10003 +container_push_registry: nexus3.onap.org:10002 +log_dir: 'usecase-ui-llm-adaptation-maven-docker-stage-master/2' +ref: 'fbef3025d61fa23265f1733c6e6de7588b168681' +containers: + - name: 'usecase-ui-llm-adaptation' + version: '14.0.0-STAGING-20240620T090919Z' |