Skip to content

Commit 813403f

Browse files
authored
update kubectl to 1.34.1 and google-cloud-cli to 541.0.0-alpine (#241)
1 parent 5bd435f commit 813403f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# set a global Docker argument for the default CLI version
44
#
55
# https://github.com/moby/moby/issues/37345
6-
ARG KUBECTL_VERSION=v1.24.12
6+
ARG KUBECTL_VERSION=v1.34.1
77

88
###############################################################################
99
## docker build --no-cache --target binary -t vela-kubernetes:binary . ##
@@ -13,7 +13,7 @@ FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8
1313

1414
ARG KUBECTL_VERSION
1515

16-
ADD https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl /bin/kubectl
16+
ADD https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl /bin/kubectl
1717

1818
RUN chmod 0700 /bin/kubectl
1919

@@ -29,7 +29,7 @@ RUN apk add --update --no-cache ca-certificates
2929
## docker build --no-cache --target gcloud -t vela-kubernetes:gcloud . ##
3030
#############################################################################
3131

32-
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:533.0.0-alpine@sha256:b219424813721ddeebaf1924a6663dbf18b1e46301c05907540d53485732bd26 as gcloud
32+
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:541.0.0-alpine@sha256:e5ce75af49d254d6cfceccd1877ede53738d00f8b753df2319fd093a0aeba0fc as gcloud
3333

3434
RUN gcloud components install gke-gcloud-auth-plugin
3535

0 commit comments

Comments
 (0)