Skip to content

Commit b4d1055

Browse files
committed
helm arm binary install broken
1 parent fd727f2 commit b4d1055

1 file changed

Lines changed: 25 additions & 26 deletions

File tree

docker/extra/Dockerfile

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -290,31 +290,6 @@ RUN echo \
290290
&& ${TEST} \
291291
&& echo
292292

293-
# Helm cli
294-
# - https://helm.sh
295-
# - https://github.com/helm/helm
296-
RUN echo \
297-
&& export NAME=helm \
298-
&& export TEST="${NAME} version" \
299-
&& export REPOSITORY="helm/helm" \
300-
&& export VERSION="$(${curl} https://api.github.com/repos/${REPOSITORY}/releases/latest | jq --raw-output .tag_name)" \
301-
&& export ARCH=$(uname -m | awk '{ if ($1 == "x86_64") print "amd64"; else if ($1 == "aarch64" || $1 == "arm64") print "arm64"; else print "unknown" }') \
302-
&& export PKG="${NAME}-${VERSION}-linux-${ARCH}.tar.gz" \
303-
&& export URL="https://get.helm.sh/${PKG}" \
304-
&& echo "---------------------------------------------------------"\
305-
&& echo "INFO[${NAME}] Installed:" \
306-
&& echo "INFO[${NAME}] Command: ${NAME}" \
307-
&& echo "INFO[${NAME}] Package: ${PKG}" \
308-
&& echo "INFO[${NAME}] Latest Release: ${VERSION}" \
309-
&& echo "INFO[${NAME}] Architecture: ${ARCH}" \
310-
&& echo "INFO[${NAME}] Source: ${URL}" \
311-
&& echo "---------------------------------------------------------"\
312-
&& ${curl} ${URL} | tar xzvf - --directory /tmp linux-${ARCH}/${NAME} \
313-
&& sudo ${INSTALL} /tmp/linux-${ARCH}/${NAME} ${BIN}/${NAME} \
314-
&& ${dir_clean} \
315-
&& ${TEST} \
316-
&& echo
317-
318293
RUN echo \
319294
&& export NAME=crossplane \
320295
&& export TEST="${NAME} --version" \
@@ -337,4 +312,28 @@ RUN echo \
337312
&& ${TEST} \
338313
&& echo
339314

340-
RUN sudo npm install -g @anthropic-ai/claude-code
315+
# Helm cli
316+
# - https://helm.sh
317+
# - https://github.com/helm/helm
318+
#RUN echo \
319+
# && export NAME=helm \
320+
# && export TEST="${NAME} version" \
321+
# && export REPOSITORY="helm/helm" \
322+
# && export VERSION="$(${curl} https://api.github.com/repos/${REPOSITORY}/releases/latest | jq --raw-output .tag_name)" \
323+
# && export ARCH=$(uname -m | awk '{ if ($1 == "x86_64") print "amd64"; else if ($1 == "aarch64" || $1 == "arm64") print "arm64"; else print "unknown" }') \
324+
# && export PKG="${NAME}-${VERSION}-linux-${ARCH}.tar.gz" \
325+
# && export URL="https://get.helm.sh/${PKG}" \
326+
# && echo "---------------------------------------------------------"\
327+
# && echo "INFO[${NAME}] Installed:" \
328+
# && echo "INFO[${NAME}] Command: ${NAME}" \
329+
# && echo "INFO[${NAME}] Package: ${PKG}" \
330+
# && echo "INFO[${NAME}] Latest Release: ${VERSION}" \
331+
# && echo "INFO[${NAME}] Architecture: ${ARCH}" \
332+
# && echo "INFO[${NAME}] Source: ${URL}" \
333+
# && echo "---------------------------------------------------------"\
334+
# && ${curl} ${URL} | tar xzvf - --directory /tmp linux-${ARCH}/${NAME} \
335+
# && sudo ${INSTALL} /tmp/linux-${ARCH}/${NAME} ${BIN}/${NAME} \
336+
# && ${dir_clean} \
337+
# && ${TEST} \
338+
# && echo
339+

0 commit comments

Comments
 (0)