We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2bae3 commit 69035d6Copy full SHA for 69035d6
kubectl/okd-c1/Dockerfile
@@ -21,7 +21,7 @@ RUN curl -sSLO https://github.com/jsonnet-bundler/jsonnet-bundler/releases/downl
21
&& chmod ug+x jb-linux-amd64
22
23
RUN curl -sSLO "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" \
24
- && tar zxf helm-${HELM_VERSION}-linux-amd64.tar.gz \
+ && tar zxf helm-${HELM_VERSION}-linux-amd64.tar.gz --strip-components=1 \
25
&& chmod ug+x helm
26
27
FROM alpine:latest
@@ -40,4 +40,5 @@ WORKDIR ${HOME}
40
COPY --from=tool_downloader kubectl /usr/local/bin/kubectl
41
COPY --from=tool_downloader oc /usr/local/bin/oc
42
COPY --from=tool_downloader jsonnet /usr/local/bin/jsonnet
43
+COPY --from=tool_downloader helm /usr/local/bin/helm
44
COPY --from=tool_downloader jb-linux-amd64 /usr/local/bin/jb
0 commit comments