You've already forked helm-docker
Compare commits
1 Commits
1f164f8197
...
v4.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
06b0a48cff
|
@@ -3,7 +3,7 @@ FROM docker.io/library/alpine:3.22.2
|
|||||||
ARG HELM_VERSION
|
ARG HELM_VERSION
|
||||||
|
|
||||||
RUN apk add bash curl git openssl && \
|
RUN apk add bash curl git openssl && \
|
||||||
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 --output /tmp/install.sh
|
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4 --output /tmp/install.sh
|
||||||
|
|
||||||
RUN if [[ -z "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh; fi
|
RUN if [[ -z "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh; fi
|
||||||
RUN if [[ -n "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh --version "${HELM_VERSION}"; fi
|
RUN if [[ -n "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh --version "${HELM_VERSION}"; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user