mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
[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:
parent
0191756f4e
commit
0605b75420
2 changed files with 3 additions and 3 deletions
|
@ -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/
|
||||
|
|
2
docs/static/docker.asciidoc
vendored
2
docs/static/docker.asciidoc
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue