Update kernel and aufs

- kernel 4.4.20
- aufs 20160905

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-07 22:49:29 +01:00
parent 7d4e6f4a8b
commit 30275af07e

View File

@ -1,6 +1,6 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
ARG KERNEL_VERSION=4.4.19 ARG KERNEL_VERSION=4.4.20
ARG DEBUG=0 ARG DEBUG=0
ENV KERNEL_SOURCE=https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz 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 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_REPO https://github.com/sfjro/aufs4-standalone
ENV AUFS_BRANCH aufs4.4 ENV AUFS_BRANCH aufs4.4
ENV AUFS_COMMIT 6fadf0831d0bd32d0f33fa345771235e0f4bddfe ENV AUFS_COMMIT 8be74e42b108f9cbbb0d59a87468505a48ff2757
# Download AUFS and patch kernel # Download AUFS and patch kernel
RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \ RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \