From 1596a7ca2179d23b3dd02d8c276e6ff35eda90e6 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 8 Sep 2026 19:43:05 +0200 Subject: [PATCH] dind: remove zfs dependency The zfs utilities were used by the zfs graph-driver. containerd provides an optional zfs-snapshotter, but it's not installed by default. Remove the dependency, as it's not used in the default configuration. Signed-off-by: Sebastiaan van Stijn --- 29/dind/Dockerfile | 1 - Dockerfile-dind.template | 1 - 2 files changed, 2 deletions(-) diff --git a/29/dind/Dockerfile b/29/dind/Dockerfile index a6a1802fb..837ea2b3f 100644 --- a/29/dind/Dockerfile +++ b/29/dind/Dockerfile @@ -17,7 +17,6 @@ RUN set -eux; \ pigz \ shadow-uidmap \ xz \ - zfs \ ; # dind might be used on systems where the nf_tables kernel module isn't available. In that case, diff --git a/Dockerfile-dind.template b/Dockerfile-dind.template index 1767d0bf4..873144424 100644 --- a/Dockerfile-dind.template +++ b/Dockerfile-dind.template @@ -12,7 +12,6 @@ RUN set -eux; \ pigz \ shadow-uidmap \ xz \ - zfs \ ; # dind might be used on systems where the nf_tables kernel module isn't available. In that case,