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 e530522 commit 652fb5cCopy full SHA for 652fb5c
tools/Dockerfile
@@ -36,7 +36,7 @@ ENV PATH=/stackable/bin:$PATH
36
37
# Get latest stable version from curl -L -s https://dl.k8s.io/release/stable.txt
38
RUN <<EOF
39
-curl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl \
+curl "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl" \
40
-o /stackable/bin/kubectl
41
chmod +x /stackable/bin/kubectl
42
0 commit comments