Skip to content

Commit

Permalink
chore: Update kubectl versions in Dockerfiles (#7983)
Browse files Browse the repository at this point in the history
* chore: Update K3s and kubectl versions

Signed-off-by: Yuan Tang <[email protected]>

* chore: Add missing socat

Signed-off-by: Yuan Tang <[email protected]>

* chore: Try v1.22.6

Signed-off-by: Yuan Tang <[email protected]>

* chore: Get back to v1.21.2

Signed-off-by: Yuan Tang <[email protected]>
  • Loading branch information
terrytangyuan committed Feb 24, 2022
1 parent 7c0e289 commit 200ae9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.12
# NOTE: kubectl version should be one minor version less than https://storage.googleapis.com/kubernetes-release/release/stable.txt
ARG KUBECTL_VERSION=1.19.6
ARG KUBECTL_VERSION=1.22.3
ARG JQ_VERSION=1.6

FROM golang:1.17 as builder
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM mcr.microsoft.com/windows/nanoserver:${IMAGE_OS_VERSION} as argoexec-base
COPY --from=builder /windows/system32/netapi32.dll /windows/system32/netapi32.dll

# NOTE: kubectl version should be one minor version less than https://storage.googleapis.com/kubernetes-release/release/stable.txt
ENV KUBECTL_VERSION=1.19.6
ENV KUBECTL_VERSION=1.22.3
ENV JQ_VERSION=1.6

RUN mkdir C:\app && \
Expand Down

0 comments on commit 200ae9c

Please sign in to comment.