From 84be074f23f54f19af6984e71e52c682d260ad2c Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 17 Aug 2018 00:13:56 -0500 Subject: [PATCH] docs: Remove support of ubuntu 17.10 on installation guide Remove the support of ubuntu 17.10 as it is now end of life. Fixes #223 Signed-off-by: Gabriela Cervantes --- install/ubuntu-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ubuntu-installation-guide.md b/install/ubuntu-installation-guide.md index 413e99f778..749fee63f2 100644 --- a/install/ubuntu-installation-guide.md +++ b/install/ubuntu-installation-guide.md @@ -3,7 +3,7 @@ > **Notes:** > > - Kata Containers packages are available for [Ubuntu\*](https://www.ubuntu.com) -> versions **16.04**, **17.10** and **18.04** (currently `x86_64` only). +> versions **16.04** and **18.04** (currently `x86_64` only). > > - If you are installing on a system that already has Clear Containers or `runv` installed, > first read [the upgrading document](../Upgrading.md).