[docs] Correctly reference the base OS (ubuntu) for docker (#14214)

* Fix docs to correctly reference the base OS (ubuntu) for docker
This commit is contained in:
Andres Rodriguez 2022-06-09 10:00:02 -04:00 committed by GitHub
parent 0191756f4e
commit 0605b75420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -29,6 +29,6 @@ rake artifact:docker
rake artifact:docker_oss
```
This image is built on [Centos 7][centos-7].
This image is built on [Ubuntu 20.04][ubuntu-20.04].
[centos-7]: https://github.com/CentOS/sig-cloud-instance-images/blob/50281d86d6ed5c61975971150adfd0ede86423bb/docker/Dockerfile
[ubuntu-20.04]: https://hub.docker.com/_/ubuntu/

View file

@ -1,7 +1,7 @@
[[docker]]
=== Running Logstash on Docker
Docker images for Logstash are available from the Elastic Docker
registry. The base image is https://hub.docker.com/_/centos/[centos:7].
registry. The base image is https://hub.docker.com/_/ubuntu/[ubuntu:20.04].
A list of all published Docker images and tags is available at
https://www.docker.elastic.co[www.docker.elastic.co]. The source code is in