Merge pull request #476 from justincormack/linux-4.4.20

Update kernel and aufs
This commit is contained in:
Justin Cormack 2016-09-07 23:17:15 +01:00 committed by GitHub
commit 7edad0a2f2

View File

@ -1,6 +1,6 @@
FROM ubuntu:16.04
ARG KERNEL_VERSION=4.4.19
ARG KERNEL_VERSION=4.4.20
ARG DEBUG=0
ENV KERNEL_SOURCE=https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz
@ -32,10 +32,10 @@ RUN curl -sSL -o linux-${KERNEL_VERSION}.tar.xz ${KERNEL_SOURCE}
RUN cat linux-${KERNEL_VERSION}.tar.xz | tar --absolute-names -xJ && mv /linux-${KERNEL_VERSION} /linux
# this is aufs4.4 20160822
# this is aufs4.4 20160905
ENV AUFS_REPO https://github.com/sfjro/aufs4-standalone
ENV AUFS_BRANCH aufs4.4
ENV AUFS_COMMIT 6fadf0831d0bd32d0f33fa345771235e0f4bddfe
ENV AUFS_COMMIT 8be74e42b108f9cbbb0d59a87468505a48ff2757
# Download AUFS and patch kernel
RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \