File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ ENV PATH=/stackable/bin:$PATH
3737
3838# Get latest stable version from curl -L -s https://dl.k8s.io/release/stable.txt
3939RUN <<EOF
40- curl --fail -L "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl" \
40+ curl "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl" \
4141 -o /stackable/bin/kubectl
4242chmod +x /stackable/bin/kubectl
4343
44- curl --fail -L "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64" \
44+ curl "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64" \
4545 -o /stackable/bin/jq
4646chmod +x /stackable/bin/jq
4747
48- curl --fail -L "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_${TARGETARCH}" \
48+ curl "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_${TARGETARCH}" \
4949 -o /stackable/bin/yq
5050chmod +x /stackable/bin/yq
5151
You can’t perform that action at this time.
0 commit comments