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 738a897 commit d323b0fCopy full SHA for d323b0f
1 file changed
testing-tools/Dockerfile
@@ -74,6 +74,7 @@ python3.12 -m pip install --no-cache-dir -r /stackable/requirements.txt
74
ln -s /usr/bin/python3.12 /usr/bin/python
75
76
# Install kubectl
77
+# Get latest stable version from curl -L -s https://dl.k8s.io/release/stable.txt
78
curl -LO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl"
79
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
80
rm kubectl
0 commit comments