docker.io/kibana:9.0.2 linux/arm64

docker.io/kibana:9.0.2 - 国内下载镜像源 浏览次数:17 温馨提示: 这是一个 linux/arm64 系统架构镜像
Kibana是一个基于Elasticsearch的数据可视化工具。它提供了一个简单易用的界面,可以帮助用户探索、分析和可视化大量数据。Kibana可以与Elasticsearch集成,并且支持各种数据源,如MySQL、 PostgreSQL等。
源镜像 docker.io/kibana:9.0.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.2-linuxarm64
镜像ID sha256:290f153b4c274bce7a78bb68186d3e4ba43fe586cd37d623dfedba036d2d78cb
镜像TAG 9.0.2-linuxarm64
大小 1.35GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/local/bin/kibana-docker
启动入口 /bin/tini --
工作目录 /usr/share/kibana
OS/平台 linux/arm64
浏览量 17 次
贡献者
镜像创建 2025-06-05T06:03:26Z
同步时间 2025-07-08 15:44
更新时间 2025-07-12 09: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
镜像标签
aarch64: architecture 2025-06-30T12:36:52: 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-05-28T10:54:28.565Z: 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 9861b44c7eec37c4ff6b68a464579ab4cbd5611e: org.label-schema.vcs-ref https://github.com/elastic/kibana: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.0.2: org.label-schema.version 2025-05-28T10:54:28.565Z: org.opencontainers.image.created https://www.elastic.co/guide/en/kibana/reference/index.html: org.opencontainers.image.documentation Elastic License: org.opencontainers.image.licenses 9861b44c7eec37c4ff6b68a464579ab4cbd5611e: 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.2: org.opencontainers.image.version 1: release Kibana: summary https://www.redhat.com: url f6591f6fb99f567a57f1c8ac4572758f722a244a: vcs-ref git: vcs-type Elastic: vendor 9.0.2: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#kibana:9.0.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.2-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.2-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.2-linuxarm64  docker.io/kibana:9.0.2'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-05 14:03:26  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-06-05 14:03:26  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/kibana-docker"]
                        
# 2025-06-05 14:03:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--"]
                        
# 2025-06-05 14:03:26  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2025-06-05 14:03:26  0.00B 添加元数据标签
LABEL name=Kibana maintainer=infra@elastic.co vendor=Elastic version=9.0.2 release=1 summary=Kibana description=Your window into the Elastic Stack.
                        
# 2025-06-05 14:03:26  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-05-28T10:54:28.565Z 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=9861b44c7eec37c4ff6b68a464579ab4cbd5611e org.label-schema.vcs-url=https://github.com/elastic/kibana org.label-schema.vendor=Elastic org.label-schema.version=9.0.2 org.opencontainers.image.created=2025-05-28T10:54:28.565Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/kibana/reference/index.html org.opencontainers.image.licenses=Elastic License org.opencontainers.image.revision=9861b44c7eec37c4ff6b68a464579ab4cbd5611e 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.2
                        
# 2025-06-05 14: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-05 14:03:26  217.60KB 执行命令并创建新的镜像层
RUN /bin/sh -c find / -xdev -perm -4000 -exec chmod u-s {} + # buildkit
                        
# 2025-06-05 14: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-05 14:03:26  17.45KB 复制新文件或目录到容器中
COPY bin/kibana-docker /usr/local/bin/ # buildkit
                        
# 2025-06-05 14:03:26  249.00B 复制新文件或目录到容器中
COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml # buildkit
                        
# 2025-06-05 14: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-05 14:03:26  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-06-05 14:03:26  17.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/kibana /opt/kibana # buildkit
                        
# 2025-06-05 14:03:26  0.00B 设置工作目录为/usr/share/kibana
WORKDIR /usr/share/kibana
                        
# 2025-06-05 14:03:26  28.10KB 执行命令并创建新的镜像层
RUN /bin/sh -c fc-cache -v # buildkit
                        
# 2025-06-05 14: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-05 14:03:26  23.90KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2025-06-05 14:03:26  1.16GB 复制新文件或目录到容器中
COPY --chown=1000:0 /usr/share/kibana /usr/share/kibana # buildkit
                        
# 2025-06-05 14:03:26  63.35MB 执行命令并创建新的镜像层
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-05 14:03:26  0.00B 声明容器运行时监听的端口
EXPOSE map[5601/tcp:{}]
                        
# 2025-06-05 14:03:26  107.84MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-06-30T12:36:52" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="f6591f6fb99f567a57f1c8ac4572758f722a244a" "release"="1751286687"
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json    
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.    
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) COPY dir:4a26990fc6a982252bab47a280479ef21eaa9fb0686b5810bf75da5fc5af7d4f in /    
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-06-05 14: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-05 14: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-05 14: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-05 14: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-05 14: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-05 14:03:26  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-06-05 14:03:26  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:290f153b4c274bce7a78bb68186d3e4ba43fe586cd37d623dfedba036d2d78cb",
    "RepoTags": [
        "kibana:9.0.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.0.2-linuxarm64"
    ],
    "RepoDigests": [
        "kibana@sha256:7f6b47a1fb36654b7bb6c4549a9e36592165a28deac44dc97b394aa28076a7f3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana@sha256:ba7209f66289929ca2463c021134f28c76603f23a4e99a9d86e1653c82cedf54"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-05T06: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-06-30T12:36:52",
            "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-05-28T10:54:28.565Z",
            "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": "9861b44c7eec37c4ff6b68a464579ab4cbd5611e",
            "org.label-schema.vcs-url": "https://github.com/elastic/kibana",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.0.2",
            "org.opencontainers.image.created": "2025-05-28T10:54:28.565Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/kibana/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.revision": "9861b44c7eec37c4ff6b68a464579ab4cbd5611e",
            "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.2",
            "release": "1",
            "summary": "Kibana",
            "url": "https://www.redhat.com",
            "vcs-ref": "f6591f6fb99f567a57f1c8ac4572758f722a244a",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.0.2"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 1354414995,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8ded402cb4f892839b82cdd27d641713de8d7856af81a94a24f3457a9762ae4b/diff:/var/lib/docker/overlay2/cc98acee6839da16099ece8dae1f66b8796491527b2799575fadcc419b235642/diff:/var/lib/docker/overlay2/d49d0502e9d945e2d158dc4126aeefa2c9ee26bc4909b45873cc3bcca9219ff8/diff:/var/lib/docker/overlay2/b6604fbc3ddd9846908444b4c120fe4ddee0f982caa5d573a3ffc433e11088a8/diff:/var/lib/docker/overlay2/e280b216ab2c3943c473f43ddd390cd8fdddc1283d867b29894438f09dc4a2d2/diff:/var/lib/docker/overlay2/59026d2828e5563bc8be808a49aa0347fb81e04914b5e1cae48ef8f72d183945/diff:/var/lib/docker/overlay2/493a01c10ea22c4f13da5f53c805315dc77af8f38510af17c5365f78b0103b24/diff:/var/lib/docker/overlay2/0b7e3cacec820f51aa6ce39fe77556f78b74e648ddd398b6a4d3d0d4c7f9bd0f/diff:/var/lib/docker/overlay2/35d2837dc428e42cba49775b2954c62d3f93ca751dd4616c6097836d2a8c44d6/diff:/var/lib/docker/overlay2/ba85cdcba2e10801acb0870f0c63c6a8e308894619d10007f80fceb0379e8234/diff:/var/lib/docker/overlay2/d90efa1e892222b2762d7900c386b0b54616b305f8cec12824bdf4cb4f028f8d/diff:/var/lib/docker/overlay2/1d2d2ccdc4af8e059e89a712a8dc3cb4dc5db156077768c4622167750d8d52d5/diff:/var/lib/docker/overlay2/b053adfe0cb87238b821a1a41652212ff16fa3f8f8548614363e55c14f5817f1/diff",
            "MergedDir": "/var/lib/docker/overlay2/c8fc9aff4e601665ede987c2c3b30e157b8ea701929a320ba8994669219edbc2/merged",
            "UpperDir": "/var/lib/docker/overlay2/c8fc9aff4e601665ede987c2c3b30e157b8ea701929a320ba8994669219edbc2/diff",
            "WorkDir": "/var/lib/docker/overlay2/c8fc9aff4e601665ede987c2c3b30e157b8ea701929a320ba8994669219edbc2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2c62df7f77d0c91a55c9c9c3a94bfbd79b5445b270bf3ce052b3166823eeccc7",
            "sha256:353c9a9425a6ee92d7e858239a0c195cfd01da4f24e48ba472cbe9679a0352af",
            "sha256:10f6f7ed5c0433433540175e374d9548c3c32540977b1b9b3ca987b4b5a482dc",
            "sha256:66aa7f15242abde2d0a7de8f7057d2d91ac5bb3cbd3b2a04cf6fecc0a857e7ae",
            "sha256:c3e1ba2f07b4728f8364e8dcea50b6f61722b298be814c88c0d918c9a3f56ff9",
            "sha256:8fca727a42f54a47ffc5cd2901136c38fdd5763603640e90edfea5f8f07306d4",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:3b9a4133eef56741f8b6afe3ed98b2a2e6d1c6e77e917a42709388132804a045",
            "sha256:3886045c2ca0d155fb5458d9b8c583b7a7b688d794a7f35b41c47e86603e7b36",
            "sha256:4e45fc6697eb5e3e4f5034c71625f1ed6bbc05a17c6691359afdfcc073db2f52",
            "sha256:e5cbdf5ec8cf8843a6bde15cebac3d6de9a89f1a97fc4efbad35cbfafe6b98c5",
            "sha256:47320367a77463685d79dccbb3af3ee3c5fed5ca5ae8605cb4e948740a3d4669",
            "sha256:6999e9e60f58008e49761b3ff2c4d8d89e4539c22fae1c0195ed25c8133f2864",
            "sha256:d52f8a372a89ff09dc6c4fe90f29714e799062effde20f58257cf51cd221e0c0"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-08T15:43:02.29310655+08:00"
    }
}

更多版本

docker.io/kibana:8.14.3

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

docker.io/kibana:7.6.1

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

docker.io/kibana:6.8.22

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

docker.io/kibana:8.5.1

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

docker.io/kibana:7.17.7

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

docker.io/kibana:7.10.1

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

docker.io/kibana:8.4.2

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

docker.io/kibana:8.9.2

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

docker.io/kibana:8.15.3

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

docker.io/kibana:6.8.6

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

docker.io/kibana:7.17.25

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

docker.io/kibana:8.15.4

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

docker.io/kibana:7.5.1

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

docker.io/kibana:8.16.1

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

docker.io/kibana:7.12.1

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

docker.io/kibana:8.5.0

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

docker.io/kibana:7.17.6

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

docker.io/kibana:8.13.4

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

docker.io/kibana:8.7.1

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

docker.io/kibana:7.7.0

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

docker.io/kibana:8.17.1

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

docker.io/kibana:8.17.1

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

docker.io/kibana:7.8.1

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

docker.io/kibana:7.12.0

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

docker.io/kibana:7.16.2

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

docker.io/kibana:8.17.3

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

docker.io/kibana:8.17.3

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

docker.io/kibana:7.16.3

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

docker.io/kibana:7.17.16

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

docker.io/kibana:9.0.1

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

docker.io/kibana:7.16.3

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

docker.io/kibana:7.17.28

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

docker.io/kibana:9.0.2

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