Merge pull request #422 from justincormack/linuxup

Update kernel and aufs
This commit is contained in:
Justin Cormack 2016-08-22 11:47:56 +01:00 committed by GitHub
commit fdbc7ea046

View File

@ -1,6 +1,6 @@
FROM ubuntu:15.10
ARG KERNEL_VERSION=4.4.17
ARG KERNEL_VERSION=4.4.19
ARG ARCH=x86_64
ARG DEBUG=0
@ -34,10 +34,10 @@ RUN wget ${KERNEL_SOURCE}
RUN cat linux-${KERNEL_VERSION}.tar.xz | tar --absolute-names -xJ && mv /linux-${KERNEL_VERSION} /linux
# this is aufs4.4 20160808
# this is aufs4.4 20160822
ENV AUFS_REPO https://github.com/sfjro/aufs4-standalone
ENV AUFS_BRANCH aufs4.4
ENV AUFS_COMMIT 61deb3c7b255656aee571bb1957634e92de06acd
ENV AUFS_COMMIT 6fadf0831d0bd32d0f33fa345771235e0f4bddfe
# Download AUFS and patch kernel
RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \