Skip to content

Commit

Permalink
Update Kubelet from v1.30.1 to v1.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jun 17, 2024
1 parent 5e0cc9b commit 203bb1d
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.20 AS fetcher
LABEL maintainer="Dalton Hubble <[email protected]>"

ARG KUBELET=v1.30.1
ARG KUBELET=v1.30.2
ARG ARCH=amd64
ARG SHA=50e07838d4e418f74e2f59e7d3d9d15e8ca049e3e9e368e8b1a51aff52004e0e3ea620c1e4798441f1a68778ecadb3e881b41dbb22d83fdad108b1122477ebe9
ARG SHA=c9427a0b0ae23c2aec347240bf516101b1021d91a5a931c9d2c5914db3d287858cf7f29215830715ff500974350dae5e5796857ffb38be30f2b606842483a87c

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.20 AS fetcher
LABEL maintainer="Dalton Hubble <[email protected]>"

ARG KUBELET=v1.30.1
ARG KUBELET=v1.30.2
ARG ARCH=arm64
ARG SHA=f6e2d26ea6eed678f25db0242b2facc2f6db23b3baf5e6d5cc98d03fcfe226049998d8217788e9bbe3b948123f6a3e39997b2ba9c5ae138fc35a1f6a8a92e36c
ARG SHA=34454c9c35e12b87ed08a73c31718ef1a015dc4338064ff36357d4c21c27cb4b0430a467afbf5dc09ae914bf95bc78adab01347470e2e645499ccd62eb3c8392

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 203bb1d

Please sign in to comment.