We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431fc21 commit d94a9b4Copy full SHA for d94a9b4
client-java-contrib/Dockerfile
@@ -2,7 +2,7 @@ FROM docker:stable
2
3
# install git, bash, kind, kubectl and clone the kubernetes-client/gen code base
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 && \
+ wget -O /usr/bin/kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64 && \
6
chmod +x /usr/bin/kind && \
7
wget -O /usr/bin/kubectl https://dl.k8s.io/release/v1.28.2/bin/linux/amd64/kubectl && \
8
chmod +x /usr/bin/kubectl && \
0 commit comments