mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Use latest stable release of ZFS
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
This commit is contained in:
parent
5cf518b89b
commit
872a92849b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user