From 872a92849b64b2137a93249f8884e225ea9b549a Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Sat, 19 Jan 2019 10:02:22 +0000 Subject: [PATCH] Use latest stable release of ZFS Signed-off-by: Ilya Dmitrichenko --- kernel/Dockerfile.zfs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/Dockerfile.zfs b/kernel/Dockerfile.zfs index 5078ccceb..5f43b0234 100644 --- a/kernel/Dockerfile.zfs +++ b/kernel/Dockerfile.zfs @@ -23,10 +23,10 @@ COPY --from=ksrc /kernel.tar / RUN tar xf kernel.tar # Note: ZFS and SPL commits must match. It's unclear how much the user -# space tools must match the kernel module version. The current zfs -# package on Alpine is 0.6.5.9. We pick 0.6.5.10 because it has -# support for 4.12 based kernels. -ENV VERSION=0.6.5.10 +# space tools must match the kernel module version. +# package on Alpine is 0.6.5.9. We pick the version that compiles with +# latest kernel we support. +ENV VERSION=0.7.12 ENV SPL_REPO=https://github.com/zfsonlinux/spl.git ENV SPL_COMMIT=spl-${VERSION}