We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7a277a2 commit56d3f2eCopy full SHA for 56d3f2e
Dockerfile.windows
@@ -26,9 +26,8 @@ RUN $ACL=Get-Acl -Path 'C:\'; \
26
SHELL ["C:/cygwin64/bin/sh", "-l", "-c"]
27
WORKDIR C:/cygwin64/bin
28
29
-RUN 'curl -o /usr/bin/kubectl.exe -L https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/windows/amd64/kubectl.exe'
30
-RUN 'curl -o /usr/bin/kubectl1.6.exe -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/windows/amd64/kubectl.exe'
31
-RUN 'chmod +x /usr/bin/kubectl.exe /usr/bin/kubectl1.6.exe'
+RUN 'curl -o /usr/bin/kubectl.exe -L https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/windows/amd64/kubectl.exe'
+RUN 'chmod +x /usr/bin/kubectl.exe'
32
33
COPY cf-deploy-kubernetes.sh ../cf-deploy-kubernetes
34
COPY template.sh ../template.sh