mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 04:58:32 +00:00
Merge pull request #422 from justincormack/linuxup
Update kernel and aufs
This commit is contained in:
commit
fdbc7ea046
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user