From 22febba908f5312241bc169205b53bcfc20c8cf8 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 24 Jun 2021 15:11:59 -0400 Subject: 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 Change-Id: I1b5d0f757f8b6a0722b673009afbc9e634c0ed7c --- releases/2.2.0-healthcheck-container.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releases/2.2.0-healthcheck-container.yaml (limited to 'releases') 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' -- cgit 1.2.3-korg