diff options
author | 2025-01-24 14:30:18 +0800 | |
---|---|---|
committer | 2025-01-24 14:30:47 +0800 | |
commit | 93aa1fb7f0184dab8ab0810dbe33035e0fc3d0c9 (patch) | |
tree | d4173b80eae429426658f88576447f41d2d637d8 | |
parent | 1e940360db0bcd69d0061f90da68999bb3d51b1a (diff) |
llm-adaptation add 15.0.1-container.yaml file
Issue-ID: USECASEUI-860
Change-Id: I7513f76dd595939b93a99b777fc8498a50d2f33c
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r-- | releases/15.0.1-container.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/releases/15.0.1-container.yaml b/releases/15.0.1-container.yaml new file mode 100644 index 0000000..112b138 --- /dev/null +++ b/releases/15.0.1-container.yaml @@ -0,0 +1,10 @@ +distribution_type: 'container' +container_release_tag: '15.0.1' +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/6' +ref: '1e940360db0bcd69d0061f90da68999bb3d51b1a' +containers: + - name: 'usecase-ui-llm-adaptation' + version: '15.0.0-STAGING-20250124T020929Z' |