dtzar/helm-kubectl

Another Image based on another Alpine Image

mehmetsalgar opened this issue · 1 comments

Hi,

this is actually a feature request, we are using your image in our gitlab pipelines and it is working perfectly but lately I was experimenting somethings with Gradle and I am trying to use the following Gradle Plugin (https://github.com/unbroken-dome/gradle-helm-plugin).

While the plugin need the kubectl and helm, I thought I can run the gradle inside of your image, naturally the problem with thought process, base Alpine image has no JDK in it :)

I experimented little bit, if I change the base image in your repository from to

FROM alpine:3 - > FROM adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.16.1_1

it is able to run this gradle build plus the helm functionality....

The problem is I can't upload this new image to our enterprise environment and (no-access for wget's in gitlab) so I like to ask what is the chance of getting

'jdk-helm-kubectl' version of this image :)

dtzar commented

Open JDK significantly increases the size of the image, so sorry this would be out of scope. I would recommend building your own image and hosting somewhere.