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 c602849 commit 396406fCopy full SHA for 396406f
client-java-contrib/Dockerfile
@@ -4,7 +4,7 @@ FROM docker:stable
4
RUN apk add --no-cache git bash && \
5
wget -O /usr/bin/kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 && \
6
chmod +x /usr/bin/kind && \
7
- wget -O /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.20.2/bin/linux/amd64/kubectl && \
+ wget -O /usr/bin/kubectl https://dl.k8s.io/release/v1.26.4/bin/linux/amd64/kubectl && \
8
chmod +x /usr/bin/kubectl && \
9
git clone https://github.com/kubernetes-client/gen.git && \
10
cd gen && \
0 commit comments