From 32acad99a70bdf78dc457d4bc5535dad5c6664c7 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 22 Aug 2016 11:05:07 +0100 Subject: [PATCH] Update kernel and aufs - Linux 4.4.19 - AUFS 20160822 Signed-off-by: Justin Cormack --- alpine/kernel/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alpine/kernel/Dockerfile b/alpine/kernel/Dockerfile index ca5e33ce9..aa7bc456c 100644 --- a/alpine/kernel/Dockerfile +++ b/alpine/kernel/Dockerfile @@ -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 && \