From 2470af59a08fa939eae331c070b35fba4dfc74b8 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 6 Feb 2017 11:57:30 +0000 Subject: [PATCH] Update aufs to 20170206 Signed-off-by: Justin Cormack --- kernel/Dockerfile.aufs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Dockerfile.aufs b/kernel/Dockerfile.aufs index 48d77a135..f6cdfe9e8 100644 --- a/kernel/Dockerfile.aufs +++ b/kernel/Dockerfile.aufs @@ -8,10 +8,10 @@ RUN curl -fsSL -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.9 20170130 +# this is aufs4.9 20170206 ENV AUFS_REPO https://github.com/sfjro/aufs4-standalone ENV AUFS_BRANCH aufs4.9 -ENV AUFS_COMMIT 6f44e3b0bd99399516982a04782d78f8dae96600 +ENV AUFS_COMMIT ecd2bfe6f46f36658c9aef74fc43ac40e47f8438 # Download AUFS RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \