update to kernel 4.4.10, aufs 20160516

Signed-off-by: Natanael Copa <natanael.copa@docker.com>
This commit is contained in:
Natanael Copa 2016-05-17 12:55:24 +02:00
parent 04d5a39638
commit 26ae4693e1

View File

@ -1,6 +1,6 @@
FROM ubuntu:15.10
ARG KERNEL_VERSION=4.4.9
ARG KERNEL_VERSION=4.4.10
ARG ARCH=x86_64
ENV KERNEL_SOURCE=https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz
@ -32,10 +32,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 20160509
# this is aufs4.4 20160516
ENV AUFS_REPO https://github.com/sfjro/aufs4-standalone
ENV AUFS_BRANCH aufs4.4
ENV AUFS_COMMIT 6e8ad8d11a0e3ecfec689b203f9b2f72cf64cc14
ENV AUFS_COMMIT e3d9563a39a10135f551da54eb171785b4a63a72
# Download AUFS and patch kernel
RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \