Skip to content

Conversation

yetanothertw
Copy link
Contributor

The base image is Red Hat Universal Base Images (UBI) or Wolfi.

Fixes #1575

The base image is Red Hat Universal Base Images (UBI) or Wolfi
@yetanothertw yetanothertw self-assigned this Aug 13, 2025
@yetanothertw yetanothertw added the documentation Improvements or additions to documentation label Aug 13, 2025
Copy link

github-actions bot commented Aug 13, 2025

@yetanothertw
Copy link
Contributor Author

I've validated the issue and it's correct, the Docker images fro Kibana use RHEL not Ubuntu, so the docs aren't accurate.

% docker run docker.elastic.co/kibana/kibana:9.1.1 cat /etc/system-release
Status: Downloaded newer image for docker.elastic.co/kibana/kibana:9.1.1
Red Hat Enterprise Linux release 9.6 (Plow)
% docker run docker.elastic.co/kibana/kibana-wolfi:9.1.1 cat /etc/os-release
ID=chainguard
NAME="Chainguard"
PRETTY_NAME="Chainguard"
VERSION_ID="20230214"
HOME_URL="https://chainguard.dev/"

@yetanothertw yetanothertw marked this pull request as ready for review August 13, 2025 12:30
@yetanothertw yetanothertw requested a review from a team as a code owner August 13, 2025 12:30
It's also based on RHEL rather than Ubuntu.
@yetanothertw yetanothertw requested a review from a team as a code owner August 13, 2025 12:45
@yetanothertw
Copy link
Contributor Author

For experience-docs reviewers:
image

Copy link
Contributor

@florent-leborgne florent-leborgne left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀

Copy link
Collaborator

@shainaraskas shainaraskas left a 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.
Copy link
Collaborator

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

Copy link
Collaborator

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.

Copy link
Contributor Author

@yetanothertw yetanothertw Aug 13, 2025

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?

Copy link
Contributor Author

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)

Copy link
Collaborator

@shainaraskas shainaraskas left a 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 :)

@yetanothertw yetanothertw merged commit 5bb9e62 into main Aug 13, 2025
7 checks passed
@yetanothertw yetanothertw deleted the base-image-updates branch August 13, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Website]: Base image is Red Hat Universal Base Images (UBI) or Wolfi

3 participants