Update AUFS kernel to 4.9

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-12-21 19:55:11 +00:00
parent cab1767a27
commit 90c375a044
10 changed files with 10 additions and 1994 deletions

View File

@@ -20,7 +20,7 @@ RUN if [ $DEBUG -ne "0" ]; then \
fi
# Apply local patches
COPY patches /patches
COPY patches-4.9 /patches
RUN cd /linux && \
set -e && for patch in /patches/*.patch; do \
echo "Applying $patch"; \