Skip to content

Commit

Permalink
Merge pull request #1542 from containerd/dependabot/docker/kindest/no…
Browse files Browse the repository at this point in the history
…de-v1.29.1

build(deps): bump kindest/node from v1.27.3 to v1.29.1
  • Loading branch information
ktock authored Feb 14, 2024
2 parents eeba4bc + ccb81be commit 1142ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ RUN apt-get update && apt-get install -y iptables && \
curl -Ls https://github.com/containernetworking/plugins/releases/download/${CNI_PLUGINS_VERSION}/cni-plugins-linux-${TARGETARCH:-amd64}-${CNI_PLUGINS_VERSION}.tgz | tar xzv -C /opt/cni/bin

# Image which can be used as a node image for KinD (containerd with builtin snapshotter)
FROM kindest/node:v1.28.0 AS kind-builtin-snapshotter
FROM kindest/node:v1.29.1 AS kind-builtin-snapshotter
COPY --from=containerd-snapshotter-dev /out/bin/containerd /out/bin/containerd-shim-runc-v2 /usr/local/bin/
COPY --from=snapshotter-dev /out/ctr-remote /usr/local/bin/
COPY ./script/config/ /
Expand Down Expand Up @@ -282,7 +282,7 @@ COPY ./script/config-cri-o/ /
ENTRYPOINT [ "/usr/local/bin/entrypoint" ]

# Image which can be used as a node image for KinD
FROM kindest/node:v1.27.3
FROM kindest/node:v1.29.1
COPY --from=containerd-dev /out/bin/containerd /out/bin/containerd-shim-runc-v2 /usr/local/bin/
COPY --from=snapshotter-dev /out/* /usr/local/bin/
COPY ./script/config/ /
Expand Down

0 comments on commit 1142ac4

Please sign in to comment.