mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
update containerd fuse overlayfs to 2.1.6
This commit is contained in:
@@ -189,7 +189,7 @@ RUN git clone --filter=tree:0 "${CNI_PLUGINS_CLONE_URL}" /cni-plugins \
|
||||
# stage for building containerd-fuse-overlayfs
|
||||
FROM go-build AS build-fuse-overlayfs
|
||||
ARG TARGETARCH GO_VERSION
|
||||
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v2.1.0"
|
||||
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v2.1.6"
|
||||
ARG CONTAINERD_FUSE_OVERLAYFS_CLONE_URL="https://github.com/containerd/fuse-overlayfs-snapshotter"
|
||||
RUN git clone --filter=tree:0 "${CONTAINERD_FUSE_OVERLAYFS_CLONE_URL}" /fuse-overlayfs-snapshotter \
|
||||
&& cd /fuse-overlayfs-snapshotter \
|
||||
|
||||
Reference in New Issue
Block a user