docker.io/kibana:9.0.1 linux/amd64

docker.io/kibana:9.0.1 - 国内下载镜像源 浏览次数:46
Kibana是一个基于Elasticsearch的数据可视化工具。它提供了一个简单易用的界面,可以帮助用户探索、分析和可视化大量数据。Kibana可以与Elasticsearch集成,并且支持各种数据源,如MySQL、 PostgreSQL等。
源镜像 docker.io/kibana:9.0.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1
镜像ID sha256:2c8c67d0f3a5fe878ec69b23b318b6f1bfc97046089228f567b4fa58b868fa11
镜像TAG 9.0.1
大小 1.27GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/local/bin/kibana-docker
启动入口 /bin/tini --
工作目录 /usr/share/kibana
OS/平台 linux/amd64
浏览量 46 次
贡献者
镜像创建 2025-05-09T04:49:38Z
同步时间 2025-05-12 16:36
更新时间 2025-05-17 16:18
开放端口
5601/tcp
环境变量
PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci ELASTIC_CONTAINER=true
镜像标签
x86_64: architecture 2025-04-28T15:45:43: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Your window into the Elastic Stack.: description public: distribution-scope 1.39.0-dev: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags infra@elastic.co: maintainer Kibana: name 2025-04-30T12:17:16.628Z: org.label-schema.build-date Elastic License: org.label-schema.license Kibana: org.label-schema.name 1.0: org.label-schema.schema-version https://www.elastic.co/products/kibana: org.label-schema.url https://www.elastic.co/guide/en/kibana/reference/index.html: org.label-schema.usage 0df588b1a307954a3103991180df23c70184d34c: org.label-schema.vcs-ref https://github.com/elastic/kibana: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.0.1: org.label-schema.version 2025-04-30T12:17:16.628Z: org.opencontainers.image.created https://www.elastic.co/guide/en/kibana/reference/index.html: org.opencontainers.image.documentation Elastic License: org.opencontainers.image.licenses 0df588b1a307954a3103991180df23c70184d34c: org.opencontainers.image.revision https://github.com/elastic/kibana: org.opencontainers.image.source Kibana: org.opencontainers.image.title https://www.elastic.co/products/kibana: org.opencontainers.image.url Elastic: org.opencontainers.image.vendor 9.0.1: org.opencontainers.image.version 1: release Kibana: summary https://www.redhat.com: url f072486a5ead2d7d882ba4af2ce72e19cce20791: vcs-ref git: vcs-type Elastic: vendor 9.0.1: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1  docker.io/kibana:9.0.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1  docker.io/kibana:9.0.1

Shell快速替换命令

sed -i 's#kibana:9.0.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1  docker.io/kibana:9.0.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1  docker.io/kibana:9.0.1'

镜像构建历史


# 2025-05-09 12:49:38  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-05-09 12:49:38  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/kibana-docker"]
                        
# 2025-05-09 12:49:38  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--"]
                        
# 2025-05-09 12:49:38  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2025-05-09 12:49:38  0.00B 添加元数据标签
LABEL name=Kibana maintainer=infra@elastic.co vendor=Elastic version=9.0.1 release=1 summary=Kibana description=Your window into the Elastic Stack.
                        
# 2025-05-09 12:49:38  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-04-30T12:17:16.628Z org.label-schema.license=Elastic License org.label-schema.name=Kibana org.label-schema.schema-version=1.0 org.label-schema.url=https://www.elastic.co/products/kibana org.label-schema.usage=https://www.elastic.co/guide/en/kibana/reference/index.html org.label-schema.vcs-ref=0df588b1a307954a3103991180df23c70184d34c org.label-schema.vcs-url=https://github.com/elastic/kibana org.label-schema.vendor=Elastic org.label-schema.version=9.0.1 org.opencontainers.image.created=2025-04-30T12:17:16.628Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/kibana/reference/index.html org.opencontainers.image.licenses=Elastic License org.opencontainers.image.revision=0df588b1a307954a3103991180df23c70184d34c org.opencontainers.image.source=https://github.com/elastic/kibana org.opencontainers.image.title=Kibana org.opencontainers.image.url=https://www.elastic.co/products/kibana org.opencontainers.image.vendor=Elastic org.opencontainers.image.version=9.0.1
                        
# 2025-05-09 12:49:38  2.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 kibana &&     useradd --uid 1000 --gid 1000 -G 0       --home-dir /usr/share/kibana --no-create-home       kibana # buildkit
                        
# 2025-05-09 12:49:38  193.98KB 执行命令并创建新的镜像层
RUN /bin/sh -c find / -xdev -perm -4000 -exec chmod u-s {} + # buildkit
                        
# 2025-05-09 12:49:38  249.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod g+ws /usr/share/kibana &&     find /usr/share/kibana -gid 0 -and -not -perm /g+w -exec chmod g+w {} \; # buildkit
                        
# 2025-05-09 12:49:38  17.45KB 复制新文件或目录到容器中
COPY bin/kibana-docker /usr/local/bin/ # buildkit
                        
# 2025-05-09 12:49:38  249.00B 复制新文件或目录到容器中
COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml # buildkit
                        
# 2025-05-09 12:49:38  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-05-09 12:49:38  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-05-09 12:49:38  17.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/kibana /opt/kibana # buildkit
                        
# 2025-05-09 12:49:38  0.00B 设置工作目录为/usr/share/kibana
WORKDIR /usr/share/kibana
                        
# 2025-05-09 12:49:38  28.10KB 执行命令并创建新的镜像层
RUN /bin/sh -c fc-cache -v # buildkit
                        
# 2025-05-09 12:49:38  20.33MB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/fonts/local/NotoSansCJK-Regular.ttc /usr/share/fonts/local/NotoSansCJK-Regular.ttc # buildkit
                        
# 2025-05-09 12:49:38  24.06KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2025-05-09 12:49:38  1.08GB 复制新文件或目录到容器中
COPY --chown=1000:0 /usr/share/kibana /usr/share/kibana # buildkit
                        
# 2025-05-09 12:49:38  60.76MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y       fontconfig liberation-fonts-common freetype shadow-utils nss findutils &&       microdnf clean all # buildkit
                        
# 2025-05-09 12:49:38  0.00B 声明容器运行时监听的端口
EXPOSE map[5601/tcp:{}]
                        
# 2025-04-28 23:46:10  104.40MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-04-28T15:45:43" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f072486a5ead2d7d882ba4af2ce72e19cce20791" "release"="1745855087"
                        
# 2025-04-28 23:46:10  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-04-28 23:46:10  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) COPY dir:6446605ab0b234f56f65ee435d3f1ec849764d2e258ed27d2cce90dc59963fc1 in / 
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:2c8c67d0f3a5fe878ec69b23b318b6f1bfc97046089228f567b4fa58b868fa11",
    "RepoTags": [
        "kibana:9.0.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.1"
    ],
    "RepoDigests": [
        "kibana@sha256:8ad2c629475b62a8bf46d51bc7a7e10f668c09f8f8c702431ba6c086b8405bce",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana@sha256:c8eba1dcecfd2e4d6262c1bc8ce337be667c883fb4f7a8f5e2b610b9cdf40305"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-09T04:49:38Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5601/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "ELASTIC_CONTAINER=true"
        ],
        "Cmd": [
            "/usr/local/bin/kibana-docker"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/kibana",
        "Entrypoint": [
            "/bin/tini",
            "--"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-04-28T15:45:43",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Your window into the Elastic Stack.",
            "distribution-scope": "public",
            "io.buildah.version": "1.39.0-dev",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "infra@elastic.co",
            "name": "Kibana",
            "org.label-schema.build-date": "2025-04-30T12:17:16.628Z",
            "org.label-schema.license": "Elastic License",
            "org.label-schema.name": "Kibana",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.url": "https://www.elastic.co/products/kibana",
            "org.label-schema.usage": "https://www.elastic.co/guide/en/kibana/reference/index.html",
            "org.label-schema.vcs-ref": "0df588b1a307954a3103991180df23c70184d34c",
            "org.label-schema.vcs-url": "https://github.com/elastic/kibana",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.0.1",
            "org.opencontainers.image.created": "2025-04-30T12:17:16.628Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/kibana/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.revision": "0df588b1a307954a3103991180df23c70184d34c",
            "org.opencontainers.image.source": "https://github.com/elastic/kibana",
            "org.opencontainers.image.title": "Kibana",
            "org.opencontainers.image.url": "https://www.elastic.co/products/kibana",
            "org.opencontainers.image.vendor": "Elastic",
            "org.opencontainers.image.version": "9.0.1",
            "release": "1",
            "summary": "Kibana",
            "url": "https://www.redhat.com",
            "vcs-ref": "f072486a5ead2d7d882ba4af2ce72e19cce20791",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.0.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1270411613,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/80f6994d687604db79a9afdd17e672551790244c1b4cdc873e9dbeea63b8f92e/diff:/var/lib/docker/overlay2/582a9e9357f950770704c139575d4effed10bca1905669f770e5bb949c3e57d3/diff:/var/lib/docker/overlay2/19d7d49b2dffdc1337bf0ae358eadd0164e36abc837b26cef6102e1ceeda35fb/diff:/var/lib/docker/overlay2/9df2c4aa510b66f725c526767813ff1ec463e9e98c4b6451eb152e6db4dce25d/diff:/var/lib/docker/overlay2/19e3b5700023d75fa53988c31e16e04dd3bddf9a411b7de15e53f2ea9be82883/diff:/var/lib/docker/overlay2/56f5cc42bac059830636938132cf0d4376c5635c25319a182723c980528896e6/diff:/var/lib/docker/overlay2/9f2d2952de76a8dfef902cbe9621a5bd09bb4cde90014592544cddf7c8a6c22f/diff:/var/lib/docker/overlay2/ce3db6974ec9b3683fb6bc558ab47c87020932151af5d4ac286a4e6b07fe6a45/diff:/var/lib/docker/overlay2/92fc4b946eaed4244f950ac555b22cc1f8f651963f2325750cbb52d6c656146c/diff:/var/lib/docker/overlay2/2291e0f27e32b2bf0722c8e4e762f1860143e44dd0ddb36b90ac30ba01b745b9/diff:/var/lib/docker/overlay2/c4945c6ed275429f482e288fafde17dcf5b83fe69054ed37a1eed8a27f8c82c0/diff:/var/lib/docker/overlay2/ce3b4f25823d98b8278f5460acd9b5e8fa2e296d0b7e58133aea1a0a8126a877/diff:/var/lib/docker/overlay2/33f58cb7b2c83bbc8bf63b786061183f9e9a16fb26b75c187d147b011490c16b/diff",
            "MergedDir": "/var/lib/docker/overlay2/5168765fc698eb6b00b7ee5dfc16850da4ca714821504197075149b6924e5768/merged",
            "UpperDir": "/var/lib/docker/overlay2/5168765fc698eb6b00b7ee5dfc16850da4ca714821504197075149b6924e5768/diff",
            "WorkDir": "/var/lib/docker/overlay2/5168765fc698eb6b00b7ee5dfc16850da4ca714821504197075149b6924e5768/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b29c9a8603eb3d8d229a52aff146f22495bc2df5bc45bc500903e853f248e9e3",
            "sha256:2a48e09431d0e175710660f72512ce7b74a7009132fea483a19d14342bfe09f1",
            "sha256:b4ad8b7a28ba578ac4a449ba76991919d848611f6bf40422e60f4e4c07257c97",
            "sha256:02a49d95f6817a0a59604484bd6133519609bf7f40d4bdb2dd7da5319c06b186",
            "sha256:abe265de1f57af45b7d133732d4c01855a01a0b9b464778e498c2c9d63766d0c",
            "sha256:9583bfa23d34e96a3a3308df3cd71b8521aeb795fd4a1baa29013cc4f0c52a89",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f3943771fe167fdf40e8f29782171790db043f547bda918f8f4a338fde13b0ea",
            "sha256:e74d8ddb5fbf330a8209af9c217ba256d85287518ed26d5b9f0590d4a1463555",
            "sha256:673cba863cc15bb1bc43e3361b5e6fc5787a864d7b02271da1c849a6b6ccc5e9",
            "sha256:bc23e71b833d832c35365d05d41b608ff9d88ee7cdef205c57d4fe9eec346128",
            "sha256:5e76c8cc38f799e5b97ba8ada970812881a30ec4c3040171499f40dbde0434d0",
            "sha256:061f2d259ce8ec5ff0ad44dda3e4afc02606847dc9438a9b8162987e6ccdd4fa",
            "sha256:f3466b0f9f191cf315cc522f84631204209f88882451c3d2c20597a1b0ffe170"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-12T16:35:03.734625729+08:00"
    }
}

更多版本

docker.io/kibana:8.14.3

linux/amd64 docker.io1.14GB2024-08-17 15:50
575

docker.io/kibana:7.6.1

linux/amd64 docker.io1.01GB2024-08-20 14:19
410

docker.io/kibana:6.8.22

linux/amd64 docker.io810.10MB2024-09-14 15:32
370

docker.io/kibana:8.5.1

linux/amd64 docker.io707.06MB2024-09-14 17:49
401

docker.io/kibana:7.17.7

linux/amd64 docker.io799.40MB2024-09-20 12:05
226

docker.io/kibana:7.10.1

linux/amd64 docker.io991.87MB2024-09-23 16:45
375

docker.io/kibana:8.4.2

linux/amd64 docker.io796.92MB2024-10-28 10:28
154

docker.io/kibana:8.9.2

linux/amd64 docker.io955.93MB2024-10-29 13:46
367

docker.io/kibana:8.15.3

linux/amd64 docker.io1.14GB2024-10-30 17:38
224

docker.io/kibana:6.8.6

linux/amd64 docker.io738.86MB2024-11-06 11:03
115

docker.io/kibana:7.17.25

linux/amd64 docker.io866.69MB2024-11-17 10:37
184

docker.io/kibana:8.15.4

linux/amd64 docker.io1.14GB2024-11-23 10:46
109

docker.io/kibana:7.5.1

linux/amd64 docker.io948.90MB2024-11-29 09:53
113

docker.io/kibana:8.16.1

linux/amd64 docker.io1.16GB2024-12-05 17:38
139

docker.io/kibana:7.12.1

linux/amd64 docker.io1.06GB2024-12-23 17:28
132

docker.io/kibana:8.5.0

linux/amd64 docker.io714.84MB2024-12-24 23:06
94

docker.io/kibana:7.17.6

linux/amd64 docker.io799.40MB2024-12-25 18:16
117

docker.io/kibana:8.13.4

linux/amd64 docker.io1.06GB2024-12-29 20:27
124

docker.io/kibana:8.7.1

linux/amd64 docker.io747.81MB2024-12-29 20:58
113

docker.io/kibana:7.7.0

linux/amd64 docker.io1.15GB2025-01-08 11:59
119

docker.io/kibana:8.17.1

linux/amd64 docker.io1.19GB2025-02-10 13:26
132

docker.io/kibana:8.17.1

linux/arm64 docker.io1.26GB2025-02-10 13:29
135

docker.io/kibana:7.8.1

linux/amd64 docker.io1.30GB2025-02-14 11:14
105

docker.io/kibana:7.12.0

linux/amd64 docker.io1.05GB2025-03-08 21:49
97

docker.io/kibana:7.16.2

linux/amd64 docker.io1.30GB2025-03-13 22:37
55

docker.io/kibana:8.17.3

linux/arm64 docker.io1.24GB2025-03-19 09:52
88

docker.io/kibana:8.17.3

linux/amd64 docker.io1.18GB2025-03-27 14:35
62

docker.io/kibana:7.16.3

linux/amd64 docker.io1.30GB2025-04-21 17:48
39

docker.io/kibana:7.17.16

linux/arm64 docker.io953.49MB2025-05-08 14:50
32

docker.io/kibana:9.0.1

linux/amd64 docker.io1.27GB2025-05-12 16:36
45