-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
Team:AdminIssues owned by the Admin Docs TeamIssues owned by the Admin Docs Teamsource:webIssues originating from the elastic.co docsIssues originating from the elastic.co docs
Description
Type of issue
Inaccurate
What documentation page is affected
https://www.elastic.co/docs/deploy-manage/deploy/self-managed/install-kibana-with-docker
What happened?
This page says that The base image is ubuntu:20.04
but it is actually Red Hat Universal Base Images (UBI)
or Wolfi
.
$ docker run docker.elastic.co/kibana/kibana:9.0.1 cat /etc/system-release
Red Hat Enterprise Linux release 9.5 (Plow)
$ docker run docker.elastic.co/kibana/kibana-wolfi:9.0.1 cat /etc/os-release
ID=chainguard
NAME="Chainguard"
PRETTY_NAME="Chainguard"
VERSION_ID="20230214"
HOME_URL="https://chainguard.dev/"
Additional info
No response
Metadata
Metadata
Assignees
Labels
Team:AdminIssues owned by the Admin Docs TeamIssues owned by the Admin Docs Teamsource:webIssues originating from the elastic.co docsIssues originating from the elastic.co docs