docker.io/kibana:9.0.3 linux/arm64

docker.io/kibana:9.0.3 - 国内下载镜像源 浏览次数:14 温馨提示: 这是一个 linux/arm64 系统架构镜像
Kibana是一个基于Elasticsearch的数据可视化工具。它提供了一个简单易用的界面,可以帮助用户探索、分析和可视化大量数据。Kibana可以与Elasticsearch集成,并且支持各种数据源,如MySQL、 PostgreSQL等。
源镜像 docker.io/kibana:9.0.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.3-linuxarm64
镜像ID sha256:cea6cdfcaf88adb6ba55c10fe6d990f345c995241e86463673b09ec38456a6e7
镜像TAG 9.0.3-linuxarm64
大小 1.37GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/local/bin/kibana-docker
启动入口 /bin/tini --
工作目录 /usr/share/kibana
OS/平台 linux/arm64
浏览量 14 次
贡献者
镜像创建 2025-06-24T11:03:26Z
同步时间 2026-02-02 11:14
更新时间 2026-02-02 22:56
开放端口
5601/tcp
环境变量
PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci ELASTIC_CONTAINER=true
镜像标签
aarch64: architecture 2025-07-15T13:59:54: 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.41.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-06-18T20:29:08.844Z: 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 3b8379b249b9b5ab0c3c2ee245cd7d62ad93ab4d: org.label-schema.vcs-ref https://github.com/elastic/kibana: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.0.3: org.label-schema.version 2025-06-18T20:29:08.844Z: org.opencontainers.image.created https://www.elastic.co/guide/en/kibana/reference/index.html: org.opencontainers.image.documentation Elastic License: org.opencontainers.image.licenses 3b8379b249b9b5ab0c3c2ee245cd7d62ad93ab4d: 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.3: org.opencontainers.image.version 1: release Kibana: summary https://www.redhat.com: url 49def32f29d405d4663060d62ea5437538e3fbfc: vcs-ref git: vcs-type Elastic: vendor 9.0.3: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-24 19:03:26  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-06-24 19:03:26  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/kibana-docker"]
                        
# 2025-06-24 19:03:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--"]
                        
# 2025-06-24 19:03:26  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2025-06-24 19:03:26  0.00B 添加元数据标签
LABEL name=Kibana maintainer=infra@elastic.co vendor=Elastic version=9.0.3 release=1 summary=Kibana description=Your window into the Elastic Stack.
                        
# 2025-06-24 19:03:26  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-06-18T20:29:08.844Z 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=3b8379b249b9b5ab0c3c2ee245cd7d62ad93ab4d org.label-schema.vcs-url=https://github.com/elastic/kibana org.label-schema.vendor=Elastic org.label-schema.version=9.0.3 org.opencontainers.image.created=2025-06-18T20:29:08.844Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/kibana/reference/index.html org.opencontainers.image.licenses=Elastic License org.opencontainers.image.revision=3b8379b249b9b5ab0c3c2ee245cd7d62ad93ab4d 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.3
                        
# 2025-06-24 19:03:26  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-06-24 19:03:26  217.60KB 执行命令并创建新的镜像层
RUN /bin/sh -c find / -xdev -perm -4000 -exec chmod u-s {} + # buildkit
                        
# 2025-06-24 19:03:26  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-06-24 19:03:26  17.45KB 复制新文件或目录到容器中
COPY bin/kibana-docker /usr/local/bin/ # buildkit
                        
# 2025-06-24 19:03:26  249.00B 复制新文件或目录到容器中
COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml # buildkit
                        
# 2025-06-24 19:03:26  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-06-24 19:03:26  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-06-24 19:03:26  17.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/kibana /opt/kibana # buildkit
                        
# 2025-06-24 19:03:26  0.00B 设置工作目录为/usr/share/kibana
WORKDIR /usr/share/kibana
                        
# 2025-06-24 19:03:26  28.10KB 执行命令并创建新的镜像层
RUN /bin/sh -c fc-cache -v # buildkit
                        
# 2025-06-24 19:03:26  20.33MB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/fonts/local/NotoSansCJK-Regular.ttc /usr/share/fonts/local/NotoSansCJK-Regular.ttc # buildkit
                        
# 2025-06-24 19:03:26  23.90KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2025-06-24 19:03:26  1.18GB 复制新文件或目录到容器中
COPY --chown=1000:0 /usr/share/kibana /usr/share/kibana # buildkit
                        
# 2025-06-24 19:03:26  63.36MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y       fontconfig liberation-fonts-common freetype shadow-utils nss findutils &&       microdnf clean all # buildkit
                        
# 2025-06-24 19:03:26  0.00B 声明容器运行时监听的端口
EXPOSE map[5601/tcp:{}]
                        
# 2025-06-24 19:03:26  107.83MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-07-15T13:59:54" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="49def32f29d405d4663060d62ea5437538e3fbfc" "release"="1752587672"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json    
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.    
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) COPY dir:b784d19fff2baf326a496a55f60760e10c98bdf8920bbf9cf986a3ec4c98bbe3 in /    
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-06-24 19:03:26  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-06-24 19:03:26  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-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-06-24 19:03:26  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-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.6"       distribution-scope="public"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:cea6cdfcaf88adb6ba55c10fe6d990f345c995241e86463673b09ec38456a6e7",
    "RepoTags": [
        "kibana:9.0.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.3-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana@sha256:a60efc1316767552853bccd09653e42c2d613094a168ffe4634257453030ea6b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-24T11:03:26Z",
    "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": "aarch64",
            "build-date": "2025-07-15T13:59:54",
            "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.41.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-06-18T20:29:08.844Z",
            "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": "3b8379b249b9b5ab0c3c2ee245cd7d62ad93ab4d",
            "org.label-schema.vcs-url": "https://github.com/elastic/kibana",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.0.3",
            "org.opencontainers.image.created": "2025-06-18T20:29:08.844Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/kibana/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.revision": "3b8379b249b9b5ab0c3c2ee245cd7d62ad93ab4d",
            "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.3",
            "release": "1",
            "summary": "Kibana",
            "url": "https://www.redhat.com",
            "vcs-ref": "49def32f29d405d4663060d62ea5437538e3fbfc",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.0.3"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 1371100485,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/85e19600a880b1bfe6fe13f82894047d2d1c7f326a222115de6abf17be52cdc0/diff:/var/lib/docker/overlay2/4624c65bcbffa734f9140de16375c66a0e95ebf3e1a61ce3f8ac6b4ad69266f6/diff:/var/lib/docker/overlay2/b89909cb02a9e5c38abb9a6ae0c7b8652b3daa1a19c9242a1b4f26d23f527a28/diff:/var/lib/docker/overlay2/03e0da10dfb156322d685e5df3441093fae289a17c6e03594fcd7cdfb8d9ebb6/diff:/var/lib/docker/overlay2/cd0510b65b319bc1cd73fc4d8f3fef6ac82797e502703a471db3bf58ea0d4aa4/diff:/var/lib/docker/overlay2/463eeea2465e9920c968c30c2d138b25bdcdbccfec1946a6de2610ae962f032b/diff:/var/lib/docker/overlay2/b08ba1ea3c8d68c714c3008948df026f92338487b58c1b000f652eb843848929/diff:/var/lib/docker/overlay2/f8f025b90f63a6200d17295458a1623856406009712304e041f454870b97f28b/diff:/var/lib/docker/overlay2/850babdf490488c55befb1a055aff8a5a42cd78b2d90f560c24ed1f6caa9da6e/diff:/var/lib/docker/overlay2/ec4f57a7ad567f5156c85cbf406f7a252abe13b36236921b8d1feb52d7ca10d6/diff:/var/lib/docker/overlay2/1a017b8c09f126afd033c178787ea2a43e1fff364f6ac5166fb7dc6de80a3673/diff:/var/lib/docker/overlay2/3c90aaa799209e9a42e3542a2f7b2903d45279842bd5433271f0c8b250820a14/diff:/var/lib/docker/overlay2/f92a09d48f64ce2f9ca43e48f91b4b78ecad0aca24a21b60a79d87265b9df243/diff",
            "MergedDir": "/var/lib/docker/overlay2/033b166c62860839711365c7204b78cb429fbefe7b3aed9a674b85d382cfae7a/merged",
            "UpperDir": "/var/lib/docker/overlay2/033b166c62860839711365c7204b78cb429fbefe7b3aed9a674b85d382cfae7a/diff",
            "WorkDir": "/var/lib/docker/overlay2/033b166c62860839711365c7204b78cb429fbefe7b3aed9a674b85d382cfae7a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b94e1d41fdbf200d847fb9cd65b19d7529f7c9d77f9ade94b442adcc55a56a10",
            "sha256:36577af85ddab4ed60e82e17dbd5189057eb267337c6ea6624a428d03631676e",
            "sha256:5969819b26eaabf736480d841bd07ff774df9aa63ffc96242d90ab4a3de4902b",
            "sha256:efb6a52f992680aa51f2cea13fcda9ae490e24553b352da16b8d32db950d704e",
            "sha256:1da4a1cce67e9105c556085ca2c4ff39f184e04c12b8a9b090de2dfb7ace3a81",
            "sha256:5f766ac05f2420742a0719e06841238572628f284ad06c2a6cd07fc11d64502c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:e67601cc89257296ff9f0785b2621273bdf6603dbb5279e02ebb0095857c71c0",
            "sha256:b398be33995fbc5a412ff848a2c229362088fb76fdd01de28009129f6cb363fc",
            "sha256:e40e21741979d1385c956729502c01f6e31a47f3bac3b21c68bbc144d07dfcad",
            "sha256:1c81eb7e66b15b2f13f0105a63985a1e80583710db792796316d3a1f1b855c7e",
            "sha256:fc86c7cb6abbe36e54f83f27f3b8067f9a10b2f65fe820f092d3e642584196ac",
            "sha256:65df1b354bdea170720c3b0e59419069d1d4a39863297906e937e4a62ba29004",
            "sha256:350705493e05a3e9b4eaa0d32971afc766183eb0df4eb2e0b1cdeb540ca55e7d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-02T11:12:57.894755353+08:00"
    }
}

更多版本

docker.io/kibana:8.14.3

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

docker.io/kibana:7.6.1

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

docker.io/kibana:6.8.22

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

docker.io/kibana:8.5.1

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

docker.io/kibana:7.17.7

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

docker.io/kibana:7.10.1

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

docker.io/kibana:8.4.2

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

docker.io/kibana:8.9.2

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

docker.io/kibana:8.15.3

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

docker.io/kibana:6.8.6

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

docker.io/kibana:7.17.25

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

docker.io/kibana:8.15.4

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

docker.io/kibana:7.5.1

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

docker.io/kibana:8.16.1

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

docker.io/kibana:7.12.1

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

docker.io/kibana:8.5.0

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

docker.io/kibana:7.17.6

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

docker.io/kibana:8.13.4

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

docker.io/kibana:8.7.1

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

docker.io/kibana:7.7.0

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

docker.io/kibana:8.17.1

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

docker.io/kibana:8.17.1

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

docker.io/kibana:7.8.1

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

docker.io/kibana:7.12.0

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

docker.io/kibana:7.16.2

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

docker.io/kibana:8.17.3

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

docker.io/kibana:8.17.3

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

docker.io/kibana:7.16.3

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

docker.io/kibana:7.17.16

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

docker.io/kibana:9.0.1

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

docker.io/kibana:7.16.3

linux/arm64 docker.io1.45GB2025-06-11 11:33
200

docker.io/kibana:7.17.28

linux/arm64 docker.io927.13MB2025-07-02 22:24
299

docker.io/kibana:9.0.2

linux/arm64 docker.io1.35GB2025-07-08 15:44
228

docker.io/kibana:7.17.3

linux/arm64 docker.io863.80MB2025-07-15 09:21
194

docker.io/kibana:9.0.3

linux/amd64 docker.io1.29GB2025-07-21 15:02
295

docker.io/kibana:7.17.14

linux/amd64 docker.io903.85MB2025-07-22 10:38
220

docker.io/kibana:7.17.24

linux/arm64 docker.io928.88MB2025-07-22 16:30
177

docker.io/kibana:8.19.2

linux/amd64 docker.io1.28GB2025-08-21 15:14
189

docker.io/kibana:8.18.0

linux/amd64 docker.io1.20GB2025-09-10 12:29
188

docker.io/kibana:8.11.0

linux/amd64 docker.io1.03GB2025-09-11 17:58
193

docker.io/kibana:7.17.2

linux/arm64 docker.io956.46MB2025-11-11 08:44
103

docker.io/kibana:8.0.0

linux/amd64 docker.io879.05MB2025-11-25 10:29
100

docker.io/kibana:9.2.2

linux/amd64 docker.io1.32GB2025-12-15 16:58
158

docker.io/kibana:8.19.9

linux/amd64 docker.io1.30GB2026-01-11 17:34
63

docker.io/kibana:7.17.2

linux/amd64 docker.io889.48MB2026-01-12 21:06
53

docker.io/kibana:8.17.10

linux/amd64 docker.io1.19GB2026-01-23 17:06
57

docker.io/kibana:8.17.10

linux/arm64 docker.io1.29GB2026-01-23 17:09
34

docker.io/kibana:9.0.3

linux/arm64 docker.io1.37GB2026-02-02 11:14
13