diff --git a/Dockerfile b/Dockerfile index 8090145..7d9a570 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ ARG HELM_VERSION COPY install.sh /install.sh RUN VERSION=${HELM_VERSION} /install.sh + ENTRYPOINT [ "/usr/bin/helm" ] diff --git a/install.sh b/install.sh index c4b9e64..54e5067 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -xe + BASE_URL=https://get.helm.sh if [ -z ${VERSION+x} ]; then