From 2446f49ba93061e1ca7e53f3341210fb30d7d243 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 9 Jun 2021 15:35:45 -0400 Subject: Move healthcheck to a non-python container Use an alpine-based node image as the base for the healthcheck container. This image has no python installations, and so eliminates the issue with python2 in the previous version of the container. Also moves to the most recent LTS release of node (14.17.0). Issue-ID: DCAEGEN2-2737 Signed-off-by: Jack Lucas Change-Id: I0ce96af11adc35632ef8ac7ddddd57db1734fe2c --- healthcheck-container/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'healthcheck-container/pom.xml') diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml index c2c325f..b4fab76 100644 --- a/healthcheck-container/pom.xml +++ b/healthcheck-container/pom.xml @@ -3,6 +3,7 @@ ================================================================================ Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. Copyright (c) 2020 NOKIA Intellectual Property. All rights reserved. +Copyright (c) 2021 J. F. Lucas. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,7 +29,7 @@ limitations under the License. org.onap.dcaegen2.deployments healthcheck-container dcaegen2-deployments-healthcheck-container - 2.1.0 + 2.2.0 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg