-
Notifications
You must be signed in to change notification settings - Fork 159
Updating the info around the Kibana Docker image #2557
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
Conversation
The base image is Red Hat Universal Base Images (UBI) or Wolfi
🔍 Preview links for changed docs |
I've validated the issue and it's correct, the Docker images fro Kibana use RHEL not Ubuntu, so the docs aren't accurate.
|
It's also based on RHEL rather than Ubuntu.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of things to look into/verify
|
||
|
||
Docker images for {{kib}} are available from the Elastic Docker registry. The base image is [ubuntu:20.04](https://hub.docker.com/_/ubuntu). | ||
Docker [images for {{kib}}](https://hub.docker.com/_/kibana) are available from the Elastic Docker registry. The base image is Red Hat Universal Base Images (UBI) or Wolfi. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to verify if we need a version # here because we used to. I think it's also confusing to say that it's one or the other - I would guess that it's only wolfi if you specify wolfi per ## Hardened Docker images
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The RHEL versions vary depending on the Elasticsearch version. For example, the 9.0.0
image uses RHEL 9.5 whereas the 9.1.0
, 9.1.1
, and 9.1.2
use RHEL 9.6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will add the link to the Wolfi section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if they differ, it might need to be captured. not certain about this. will give you the checkmark and we can revisit if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my own education, why does the RHEL version matter in the context of an Elasticsearch container?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, only noticed that we used to specify a specific Ubuntu version. However, that version seems suspiciously old to me. (I checked and it's actually reached its end of life support in May 2025)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved pending wolfi clarification :)
The base image is Red Hat Universal Base Images (UBI) or Wolfi.
Fixes #1575