From 4508863befdd09cffb98583eb729d4bffd78ec38 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 9 Nov 2016 13:52:29 +0100 Subject: [PATCH] Remove Ubuntu 15.10 Wily Werewolf As of July 28, 2016, Ubuntu 15.10 is officially EOL (https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html), and will receive no further updates. Support for 15.10 was removed in Docker 1.13 through https://github.com/docker/docker/pull/27042 (https://github.com/docker/docker/pull/27042/commits/e9a81057086cf9834cce4c49c6f8ef035938fc64) Signed-off-by: Sebastiaan van Stijn --- engine/installation/linux/ubuntulinux.md | 8 +++----- engine/security/seccomp.md | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index 294515e59fd..b28de0237c6 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -17,7 +17,6 @@ title: 'Installation on Ubuntu ' Docker is supported on these Ubuntu operating systems: - Ubuntu Xenial 16.04 (LTS) -- Ubuntu Wily 15.10 - Ubuntu Trusty 14.04 (LTS) - Ubuntu Precise 12.04 (LTS) @@ -26,8 +25,8 @@ installation mechanisms. Using these packages ensures you get the latest officia release of Docker. If you are required to install using Ubuntu-managed packages, consult the Ubuntu documentation. ->**Note**: Ubuntu Utopic 14.10 and 15.04 exist in Docker's `APT` repository but -are no longer officially supported. +>**Note**: Ubuntu Utopic 14.10, 15.10, and 15.04 exist in Docker's `APT` +repository but are no longer officially supported. ## Prerequisites @@ -132,10 +131,9 @@ From now on when you run `apt-get upgrade`, `APT` pulls from the new repository. ### Prerequisites by Ubuntu Version - Ubuntu Xenial 16.04 (LTS) -- Ubuntu Wily 15.10 - Ubuntu Trusty 14.04 (LTS) -For Ubuntu Trusty, Wily, and Xenial, it's recommended to install the +For Ubuntu Trusty and Xenial, it's recommended to install the `linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages allows you use the `aufs` storage driver. diff --git a/engine/security/seccomp.md b/engine/security/seccomp.md index c9b7459c539..37cc5c31492 100644 --- a/engine/security/seccomp.md +++ b/engine/security/seccomp.md @@ -26,7 +26,7 @@ CONFIG_SECCOMP=y ``` > **Note**: seccomp profiles require seccomp 2.2.1 and are only -> available starting with Debian 9 "Stretch", Ubuntu 15.10 "Wily", +> available starting with Debian 9 "Stretch", Ubuntu 16.04 "Xenial", > Fedora 22, CentOS 7 and Oracle Linux 7. To use this feature on Ubuntu 14.04, Debian Wheezy, or > Debian Jessie, you must download the [latest static Docker Linux binary](../installation/binaries.md). > This feature is currently *not* available on other distributions.