Skip to content

Commit

Permalink
Update Kubelet from v1.29.1 to v1.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Feb 18, 2024
1 parent e37887d commit 1114c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM docker.io/alpine:3.19 AS fetcher
LABEL maintainer="Dalton Hubble <[email protected]>"

ARG KUBELET=v1.29.1
ARG KUBELET=v1.29.2
ARG ARCH=amd64
ARG SHA=89adcf2782d42b43bea9841366051c88267b30f32c32d4570fd6f2a0fe4d2fae7c79fa704be2135c60129d9f1fa7d7cf17fc1e0401b7a489175a872d6bdacc35
ARG SHA=7b4ae81efc8a8bf0ece659c83dc6de0d4730b97d917e6b4c9f15fba9155422ee847bbd4464e241b9689afcda80ff2753d73e9663de167947f81084fac15b6e66

RUN apk add curl && \
curl -L https://dl.k8s.io/${KUBELET}/kubernetes-node-linux-${ARCH}.tar.gz -o node.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM docker.io/alpine:3.19 AS fetcher
LABEL maintainer="Dalton Hubble <[email protected]>"

ARG KUBELET=v1.29.1
ARG KUBELET=v1.29.2
ARG ARCH=arm64
ARG SHA=15c542d2588981b13c98be42030b64e4e430e3879dd440184d5b50c3764272c8337f2416effee2697a1af2ab1617545b7375665db6cf05e6cb3a7f6e0a12f354
ARG SHA=29cde35274d9514eb5a8a252a9af57ac2f8a99f90341f707a061afea7478b83d541e1d1e2edf42efdeea9d0fe529d10b49129895c1c4fd201cf59aa1e90538d1

RUN apk add curl && \
curl -L https://dl.k8s.io/${KUBELET}/kubernetes-node-linux-${ARCH}.tar.gz -o node.tar.gz && \
Expand Down

0 comments on commit 1114c84

Please sign in to comment.