Revert "Change base image of helm-manager to alpine" 64/6664/1
authorMuhammad Rehan Raza <muhammad.rehan.raza@est.tech>
Mon, 6 Sep 2021 09:49:01 +0000 (09:49 +0000)
committerMuhammad Rehan Raza <muhammad.rehan.raza@est.tech>
Mon, 6 Sep 2021 09:49:01 +0000 (09:49 +0000)
This reverts commit 6a0120833174d5f714b4b3d72bb01159a18544b0.

Reason for revert: The jenkins job times out after this change.

Issue-ID: NONRTRIC-573
Change-Id: I6370d5f88e2370dbfdde31e1b277197d7aa136d9
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
helm-manager/Dockerfile

index c54b615..a70af54 100644 (file)
 #  ============LICENSE_END=================================================
 #
 
-FROM adoptopenjdk/openjdk11:jre-11.0.11_9-alpine
+FROM openjdk:11-jre-slim
 
 ARG JAR
 
 #Install wget
-RUN apk update && apk add wget
+RUN apt-get update && apt-get install -y wget
 
 #Install helm
 RUN wget -O helm.tar.gz https://get.helm.sh/helm-v3.6.1-linux-amd64.tar.gz