From 69645ee4ffa43c1ae2774f87a9d65947b45b9780 Mon Sep 17 00:00:00 2001 From: Rory Hunter Date: Tue, 4 Aug 2020 11:05:41 +0100 Subject: [PATCH] Upgrade Docker image from CentOS 7 to 8 --- docs/reference/setup/install/docker.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/setup/install/docker.asciidoc b/docs/reference/setup/install/docker.asciidoc index a3927bf8582..29963777692 100644 --- a/docs/reference/setup/install/docker.asciidoc +++ b/docs/reference/setup/install/docker.asciidoc @@ -2,7 +2,7 @@ === Install {es} with Docker {es} is also available as Docker images. -The images use https://hub.docker.com/_/centos/[centos:7] as the base image. +The images use https://hub.docker.com/_/centos/[centos:8] as the base image. A list of all published Docker images and tags is available at https://www.docker.elastic.co[www.docker.elastic.co]. The source files @@ -250,7 +250,7 @@ To check the Docker daemon defaults for ulimits, run: [source,sh] -------------------------------------------- -docker run --rm centos:7 /bin/bash -c 'ulimit -Hn && ulimit -Sn && ulimit -Hu && ulimit -Su' +docker run --rm centos:8 /bin/bash -c 'ulimit -Hn && ulimit -Sn && ulimit -Hu && ulimit -Su' -------------------------------------------- If needed, adjust them in the Daemon or override them per container.