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 ceabe97 commit 04c9942Copy full SHA for 04c9942
tools/Dockerfile
@@ -40,7 +40,7 @@ curl "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kube
40
-o /stackable/bin/kubectl
41
chmod +x /stackable/bin/kubectl
42
43
-curl https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 \
+curl "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64" \
44
-o /stackable/bin/jq
45
chmod +x /stackable/bin/jq
46
0 commit comments