diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-06-24 15:11:59 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-06-24 15:11:59 -0400 |
commit | 22febba908f5312241bc169205b53bcfc20c8cf8 (patch) | |
tree | 24203b5c39e68f3724d776ac94759029dfc7223e | |
parent | 2845909f3df0d0eaa107fc502be0f22efda89f76 (diff) |
Release healthcheck image 2.2.0
Use an alpine base image without Python
for the DCAE healthcheck image. This fixes
an issue with Python 2 being present in the
previous version of the image.
Issue-ID: DCAEGEN2-2737
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I1b5d0f757f8b6a0722b673009afbc9e634c0ed7c
-rw-r--r-- | releases/2.2.0-healthcheck-container.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releases/2.2.0-healthcheck-container.yaml b/releases/2.2.0-healthcheck-container.yaml new file mode 100644 index 0000000..7b091c4 --- /dev/null +++ b/releases/2.2.0-healthcheck-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '2.2.0' +project: 'dcaegen2/deployments' +log_dir: 'dcaegen2-deployments-master-release-version-java-daily/1284/' +ref: 2845909f3df0d0eaa107fc502be0f22efda89f76 +containers: + - name: 'org.onap.dcaegen2.deployments.healthcheck-container' + version: '2.2.0-SNAPSHOT-20210624T003024Z' |