Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker.asciidoc #13810

Open
wants to merge 1 commit into
base: 7.17
Choose a base branch
from
Open

Update docker.asciidoc #13810

wants to merge 1 commit into from

Conversation

Tibo669
Copy link

@Tibo669 Tibo669 commented Feb 22, 2022

Release notes

What does this PR do?

Fix the base image name and link in the "Running Logstash on Docker" page.
Logstash is now using Ubuntu instead of Centos:
#13438

Updating the docs from: The base image is centos:7.
To: The base image is ubuntu:20.04.

Why is it important/What is the impact to the user?

The link and name of the base image should reflect the recent changes.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files (and/or docker env variables)
  • I have added tests that prove my fix is effective or that my feature works

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

#13438

Use cases

Screenshots

image

Logs

Fixed the base image name and link. Logstash is now using Ubuntu instead of Centos.
Copy link
Member

@robbavey robbavey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Content LGTM

@robbavey
Copy link
Member

@karenzone Can you give this final approval, content looks good

Copy link
Contributor

@karenzone karenzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this contribution, @Tibo669. I left a minor suggestion inline for your consideration. Please let me know what you think.

@@ -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].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
registry. The base image is https://hub.docker.com/_/ubuntu[ubuntu:20.04].
registry. The base image is https://hub.docker.com/_/ubuntu[ubuntu], currently `ubuntu:20.04`.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this change, @Tibo669. I've suggested a minor tweak to make the link text more accurately reflect the link destination. This tweak would be more user friendly for people using screen readers.

@roaksoax
Copy link
Contributor

Hi @Tibo669 ,

Is this something you want to pursue forward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants