Skip to content

Commit 00125d2

Browse files
committed
review feedback
1 parent 5f8637d commit 00125d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3939
RUN <<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
4242
chmod +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
4646
chmod +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
5050
chmod +x /stackable/bin/yq
5151

0 commit comments

Comments
 (0)