mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Merge pull request #1154 from justincormack/aufsup
Update aufs to 20170206
This commit is contained in:
commit
8aabf316e7
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user