mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
use space seperate build tags for containerd build
This commit is contained in:
@@ -118,7 +118,7 @@ ARG CONTAINERD_VERSION="v1.6.21"
|
||||
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
|
||||
# we don't build with optional snapshotters, we never select any of these
|
||||
# they're not ideal inside kind anyhow, and we save some disk space
|
||||
ARG BUILDTAGS=no_aufs,no_zfs,no_btrfs,no_devmapper
|
||||
ARG BUILDTAGS="no_aufs no_zfs no_btrfs no_devmapper"
|
||||
RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
|
||||
&& cd /containerd \
|
||||
&& git checkout "${CONTAINERD_VERSION}" \
|
||||
|
||||
Reference in New Issue
Block a user