diff options
author | vv770d <vv770d@att.com> | 2020-09-14 03:04:10 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2020-09-14 03:04:21 +0000 |
commit | 6fb7bd09192ef2cb22b6a3e1f67cbf7ecccf088f (patch) | |
tree | add5ca8846f49a0379c7573b33f0d05b96e1fb88 | |
parent | 97681832a62f5972ba35ad805ad02c0ee24aede0 (diff) |
release 1.4.0 dashboard container
- Java11
- Cloudify based deployment status
- Alpine base image
- Frankfurt bug fixes
Change-Id: I4a98b9fe791cebc89acf95583f1823d74bf1ce05
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-1857
Issue-ID: DCAEGEN2-2074
Issue-ID: DCAEGEN2-2364
Issue-ID: DCAEGEN2-2298
-rw-r--r-- | releases/1.4.0-container.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releases/1.4.0-container.yaml b/releases/1.4.0-container.yaml new file mode 100644 index 0000000..072b810 --- /dev/null +++ b/releases/1.4.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '1.4.0' +project: 'ccsdk/dashboard' +log_dir: 'ccsdk-dashboard-maven-docker-stage-master/217' +ref: c7d66008ffc99537abf237c0a92a44154890553e +containers: + - name: 'org.onap.ccsdk.dashboard.ccsdk-app-os' + version: '1.4.0-STAGING-20200911T150208Z' |