Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Revert kernel to 4.9.93 so AUFS patches apply cleanly again
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 20, 2018
1 parent d4dbfd4 commit 8c5637d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# https://www.kernel.org/
ENV KERNEL_VERSION 4.9.95
ENV KERNEL_VERSION 4.9.93

# Fetch the kernel sources
RUN curl --retry 10 https://cdn.kernel.org/pub/linux/kernel/v${KERNEL_VERSION%%.*}.x/linux-$KERNEL_VERSION.tar.xz | tar -C / -xJ && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Boot2Docker is officialy in **maintenance mode** -- it is recommended that users

## Features

* Kernel 4.9.95 (with AUFS), Docker v18.03.1-ce-rc2
* Kernel 4.9.93 (with AUFS), Docker v18.03.1-ce-rc2
* VM guest additions (VirtualBox, Parallels, VMware, XenServer)
* Container persistence via disk automount on `/var/lib/docker`
* SSH keys persistence via disk automount
Expand Down

0 comments on commit 8c5637d

Please sign in to comment.