FROM "registry.gitlab.com/gitlab-org/cluster-integration/helm-install-image/releases/${HELM_VERSION}-kube-${KUBERNETES_VERSION}-alpine-${ALPINE_VERSION}"
# https://github.com/sgerrand/alpine-pkg-glibc
ARG GLIBC_VERSION
# Install Dependencies
RUN apk add --no-cache openssl curl tar gzip bash jq \