You've already forked helm-docker
fix(Dockerfile): update shell script to v4
All checks were successful
Build / build-amd64 (push) Successful in 19s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 52s
Release / push-amd64 (push) Successful in 26s
Release / push-arm64 (push) Successful in 1m9s
Release / push-manifest (push) Successful in 10s
Release / sync-to-hub-docker-io (push) Successful in 22s
All checks were successful
Build / build-amd64 (push) Successful in 19s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 52s
Release / push-amd64 (push) Successful in 26s
Release / push-arm64 (push) Successful in 1m9s
Release / push-manifest (push) Successful in 10s
Release / sync-to-hub-docker-io (push) Successful in 22s
This commit is contained in:
@@ -3,7 +3,7 @@ FROM docker.io/library/alpine:3.22.2
|
||||
ARG HELM_VERSION
|
||||
|
||||
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 [[ -n "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh --version "${HELM_VERSION}"; fi
|
||||
|
||||
Reference in New Issue
Block a user