mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #3273 from errordeveloper/fix-zfs-4.14.x
Use latest stable release of ZFS
This commit is contained in:
commit
9a818a1446
@ -23,10 +23,10 @@ COPY --from=ksrc /kernel.tar /
|
|||||||
RUN tar xf kernel.tar
|
RUN tar xf kernel.tar
|
||||||
|
|
||||||
# Note: ZFS and SPL commits must match. It's unclear how much the user
|
# 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
|
# space tools must match the kernel module version.
|
||||||
# package on Alpine is 0.6.5.9. We pick 0.6.5.10 because it has
|
# package on Alpine is 0.6.5.9. We pick the version that compiles with
|
||||||
# support for 4.12 based kernels.
|
# latest kernel we support.
|
||||||
ENV VERSION=0.6.5.10
|
ENV VERSION=0.7.12
|
||||||
|
|
||||||
ENV SPL_REPO=https://github.com/zfsonlinux/spl.git
|
ENV SPL_REPO=https://github.com/zfsonlinux/spl.git
|
||||||
ENV SPL_COMMIT=spl-${VERSION}
|
ENV SPL_COMMIT=spl-${VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user