mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-02 07:23:52 +00:00
Merge pull request #231 from MagnusS/pinata-ga-upgrade-to-kernel-4.4.14
Upgrade to kernel 4.4.14 in pinata-ga branch
This commit is contained in:
commit
9c6ba15c06
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:15.10
|
FROM ubuntu:15.10
|
||||||
|
|
||||||
ARG KERNEL_VERSION=4.4.13
|
ARG KERNEL_VERSION=4.4.14
|
||||||
ARG ARCH=x86_64
|
ARG ARCH=x86_64
|
||||||
|
|
||||||
ENV KERNEL_SOURCE=https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz
|
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
|
RUN cat linux-${KERNEL_VERSION}.tar.xz | tar --absolute-names -xJ && mv /linux-${KERNEL_VERSION} /linux
|
||||||
|
|
||||||
# this is aufs4.4 20160613
|
# this is aufs4.4 20160627
|
||||||
ENV AUFS_REPO https://github.com/sfjro/aufs4-standalone
|
ENV AUFS_REPO https://github.com/sfjro/aufs4-standalone
|
||||||
ENV AUFS_BRANCH aufs4.4
|
ENV AUFS_BRANCH aufs4.4
|
||||||
ENV AUFS_COMMIT 12387bde8dd9a74508636601bfd5b2a576932174
|
ENV AUFS_COMMIT ab2083cbed8619eccef23941c2c0c83357af7199
|
||||||
|
|
||||||
# Download AUFS and patch kernel
|
# Download AUFS and patch kernel
|
||||||
RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \
|
RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \
|
||||||
|
Loading…
Reference in New Issue
Block a user