Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ products:
# Install {{kib}} with Docker [docker]


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)


A list of all published Docker images and tags is available at [www.docker.elastic.co](https://www.docker.elastic.co). The source code is in [GitHub](https://github.com/elastic/dockerfiles/tree/master/kibana).

Expand Down
2 changes: 1 addition & 1 deletion solutions/observability/apm/apm-server-binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ To add the apm-server repository for YUM:

## Run APM Server on Docker [apm-running-on-docker]

Docker images for APM Server are available from the Elastic Docker registry. The base image is [ubuntu:22.04](https://hub.docker.com/_/ubuntu).
Docker images for APM Server are available from the Elastic Docker registry. The base image is Red Hat Universal Base Images (UBI) or Wolfi.

A list of all published Docker images and tags is available at [www.docker.elastic.co](https://www.docker.elastic.co).

Expand Down
Loading