docker.io/kibana:9.2.2 linux/amd64

docker.io/kibana:9.2.2 - 国内下载镜像源 浏览次数:11
Kibana是一个基于Elasticsearch的数据可视化工具。它提供了一个简单易用的界面,可以帮助用户探索、分析和可视化大量数据。Kibana可以与Elasticsearch集成,并且支持各种数据源,如MySQL、 PostgreSQL等。
源镜像 docker.io/kibana:9.2.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.2.2
镜像ID sha256:d218e5f6130c3ebd57bce3ea0eae89d49dfdd2dce29b496d93f7dd4f96fa5b96
镜像TAG 9.2.2
大小 1.32GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/local/bin/kibana-docker
启动入口 /bin/tini --
工作目录 /usr/share/kibana
OS/平台 linux/amd64
浏览量 11 次
贡献者 76******2@qq.com
镜像创建 2025-12-04T19:57:25.9188246Z
同步时间 2025-12-15 16:58
更新时间 2025-12-16 00:41
开放端口
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-12-03T20:36:05Z: 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 cpe:/a:redhat:enterprise_linux:9::appstream: cpe Your window into the Elastic Stack.: description public: distribution-scope 1.41.4: 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-11-27T09:37:18.054Z: 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 c0340ed35c591c77a90ebf1c790c20aa07571672: org.label-schema.vcs-ref https://github.com/elastic/kibana: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.2.2: org.label-schema.version 2025-11-27T09:37:18.054Z: org.opencontainers.image.created https://www.elastic.co/guide/en/kibana/reference/index.html: org.opencontainers.image.documentation Elastic License: org.opencontainers.image.licenses c0340ed35c591c77a90ebf1c790c20aa07571672: 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.2.2: org.opencontainers.image.version 1: release Kibana: summary https://catalog.redhat.com/en/search?searchType=containers: url 1595c1bf15cd4327d529f330e61327764327397e: vcs-ref git: vcs-type Elastic: vendor 9.2.2: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-05 03:57:25  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-12-05 03:57:25  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/kibana-docker"]
                        
# 2025-12-05 03:57:25  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--"]
                        
# 2025-12-05 03:57:25  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2025-12-05 03:57:25  0.00B 添加元数据标签
LABEL name=Kibana maintainer=infra@elastic.co vendor=Elastic version=9.2.2 release=1 summary=Kibana description=Your window into the Elastic Stack.
                        
# 2025-12-05 03:57:25  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-11-27T09:37:18.054Z 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=c0340ed35c591c77a90ebf1c790c20aa07571672 org.label-schema.vcs-url=https://github.com/elastic/kibana org.label-schema.vendor=Elastic org.label-schema.version=9.2.2 org.opencontainers.image.created=2025-11-27T09:37:18.054Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/kibana/reference/index.html org.opencontainers.image.licenses=Elastic License org.opencontainers.image.revision=c0340ed35c591c77a90ebf1c790c20aa07571672 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.2.2
                        
# 2025-12-05 03:57:25  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-12-05 03:57:25  193.46KB 执行命令并创建新的镜像层
RUN /bin/sh -c find / -xdev -perm -4000 -exec chmod u-s {} + # buildkit
                        
# 2025-12-05 03:57:24  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-12-05 03:57:23  18.45KB 复制新文件或目录到容器中
COPY bin/kibana-docker /usr/local/bin/ # buildkit
                        
# 2025-12-05 03:57:23  249.00B 复制新文件或目录到容器中
COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml # buildkit
                        
# 2025-12-05 03:57:23  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-05 03:57:23  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-12-05 03:57:23  17.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/kibana /opt/kibana # buildkit
                        
# 2025-12-05 03:57:23  0.00B 设置工作目录为/usr/share/kibana
WORKDIR /usr/share/kibana
                        
# 2025-12-05 03:57:23  28.10KB 执行命令并创建新的镜像层
RUN /bin/sh -c fc-cache -v # buildkit
                        
# 2025-12-05 03:57:23  20.33MB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/fonts/local/NotoSansCJK-Regular.ttc /usr/share/fonts/local/NotoSansCJK-Regular.ttc # buildkit
                        
# 2025-12-05 03:57:23  24.06KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2025-12-05 03:57:23  1.13GB 复制新文件或目录到容器中
COPY --chown=1000:0 /usr/share/kibana /usr/share/kibana # buildkit
                        
# 2025-12-05 03:48:02  61.18MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y       fontconfig liberation-fonts-common freetype shadow-utils nss findutils &&       microdnf clean all # buildkit
                        
# 2025-12-05 03:48:02  0.00B 声明容器运行时监听的端口
EXPOSE map[5601/tcp:{}]
                        
# 2025-12-04 04:36:21  105.42MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="1595c1bf15cd4327d529f330e61327764327397e" "org.opencontainers.image.revision"="1595c1bf15cd4327d529f330e61327764327397e" "build-date"="2025-12-03T20:36:05Z" "org.opencontainers.image.created"="2025-12-03T20:36:05Z" "release"="1764794109"org.opencontainers.image.revision=1595c1bf15cd4327d529f330e61327764327397e,org.opencontainers.image.created=2025-12-03T20:36:05Z
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /root/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /usr/share/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY dir:be2a521f68bf56126048c385ab01382fd10aa537a578d817938c3b4ce9ee2ae8 in /      
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-12-04 04:36:20  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-12-04 04:36:20  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-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-12-04 04:36:20  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-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:d218e5f6130c3ebd57bce3ea0eae89d49dfdd2dce29b496d93f7dd4f96fa5b96",
    "RepoTags": [
        "kibana:9.2.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.2.2"
    ],
    "RepoDigests": [
        "kibana@sha256:8047ab05d69ce01fc15f1cb7b251c929792eb156775a0710e72b44afbebf50f0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana@sha256:fab167fdd4f54b689419a07cab4082ea0d149a75d1fe2b906d850836f531a8d2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-04T19:57:25.9188246Z",
    "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-12-03T20:36:05Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "Your window into the Elastic Stack.",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.4",
            "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-11-27T09:37:18.054Z",
            "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": "c0340ed35c591c77a90ebf1c790c20aa07571672",
            "org.label-schema.vcs-url": "https://github.com/elastic/kibana",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.2.2",
            "org.opencontainers.image.created": "2025-11-27T09:37:18.054Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/kibana/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.revision": "c0340ed35c591c77a90ebf1c790c20aa07571672",
            "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.2.2",
            "release": "1",
            "summary": "Kibana",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "1595c1bf15cd4327d529f330e61327764327397e",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.2.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1321325056,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e234c1e242221c132dfda9dcd3ebd9e0ee6337657246e23cebd501c396309471/diff:/var/lib/docker/overlay2/439ed43896f5600a22fda4de5d8bcfd5b18d068e30775f141bb738b3eaae1723/diff:/var/lib/docker/overlay2/6b7873011fd36ac68e3ece2de7c017aef8475c68ac16da08b2296539e9e4d3f7/diff:/var/lib/docker/overlay2/e6d507bb896d6310c32a31b37ba16c468bcd9e3f6bc3f7c0a81c5c48c7aa8657/diff:/var/lib/docker/overlay2/4734a0b9e58008ea5a564f19268d6dc02126b3c9e76c9e423362380d9e77c3e3/diff:/var/lib/docker/overlay2/772f79ed872aaabd268583db42ef7bfc35361e3ab6f25977d188ca6b5f70ec87/diff:/var/lib/docker/overlay2/98a07fde0de4db60c4fde85c9ac2e6a72fe4e3a889eb2e6a8dffdd64b049c832/diff:/var/lib/docker/overlay2/e26873d29863d66b49122461b39225a53c91ec4408dbacd296136f75a8f46d93/diff:/var/lib/docker/overlay2/d8718b52dab21f05f0be38cfe74bd95c2c344367fd1d710cb49f1daffe348072/diff:/var/lib/docker/overlay2/02d8d5ed3a21a56136825445a6a2dae3f0cc058439bca9affa90ab06e14e56b7/diff:/var/lib/docker/overlay2/8944357076a86b8bcd0f2fc0423477e9111140dc33972ee2853e2a8bf746e3ed/diff:/var/lib/docker/overlay2/1937faa1bc630170e44cb73438b96c7ea9902650dcdb1a32aa02edce29f35d59/diff:/var/lib/docker/overlay2/8e734d1aba4dd0f49ea44acaad85f6a7e336618f070d573085864cae6dbe0b17/diff",
            "MergedDir": "/var/lib/docker/overlay2/c662dd744600b1442cf15a25e28b194d8a9355b5b8d50dc174d64252ba615e4f/merged",
            "UpperDir": "/var/lib/docker/overlay2/c662dd744600b1442cf15a25e28b194d8a9355b5b8d50dc174d64252ba615e4f/diff",
            "WorkDir": "/var/lib/docker/overlay2/c662dd744600b1442cf15a25e28b194d8a9355b5b8d50dc174d64252ba615e4f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4e140ff8bd9a23afd7615f9a56d0521b539df31404142c6e9fb61e24e5e6cdd4",
            "sha256:59398f385d1b1fd102b3b93f07b0a7020e6bbead3d9ad4f230512086334873b5",
            "sha256:9d7503d385849a2dc7c8056a978aefdc294e226fe0765fcd4fa58bbdb9465419",
            "sha256:ed4b7d9f8be271f543d31c9154438e53c79f292dafd999b64e3c5d7218626824",
            "sha256:728b53c7d35f69f3065b73e46e6ec4e917f305a8e0edb3111e023c1d1cd2583b",
            "sha256:af4fc3c4d02111cfe44d8805ee0033f45e7e42d183c3dbc967fdcbb58663012b",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:074a8f1f7dc2ba99ff1b0299c0df23f1f016c4b36107a5259cddfbc778a1d397",
            "sha256:21c1e558028afb619570fbf6273bc93f22f4e86c19f759b1ab4965d08b4934b7",
            "sha256:0aa7c3fb9a22333d83604220ee294b01263fe1bc505086be69393efb02a0f9c4",
            "sha256:079fb4cd663ee41ad6ff724d04978f2a1707887f4457ee407eadb8605b403cd6",
            "sha256:6e47d3b520355104ebc5010ba048c5b534518afe5d89ff08d7c8ef707c79551d",
            "sha256:2ceaa63f0a62e94c380943cb63c9c1874eb2f7bd8cc58d3ffa913160735c4891",
            "sha256:0f9d0751139ff12d42c5a3a506fa9e057566732b7d66c33406de4ae7e0caef27"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-15T16:57:58.574681755+08:00"
    }
}

更多版本

docker.io/kibana:8.14.3

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

docker.io/kibana:7.6.1

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

docker.io/kibana:6.8.22

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

docker.io/kibana:8.5.1

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

docker.io/kibana:7.17.7

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

docker.io/kibana:7.10.1

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

docker.io/kibana:8.4.2

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

docker.io/kibana:8.9.2

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

docker.io/kibana:8.15.3

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

docker.io/kibana:6.8.6

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

docker.io/kibana:7.17.25

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

docker.io/kibana:8.15.4

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

docker.io/kibana:7.5.1

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

docker.io/kibana:8.16.1

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

docker.io/kibana:7.12.1

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

docker.io/kibana:8.5.0

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

docker.io/kibana:7.17.6

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

docker.io/kibana:8.13.4

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

docker.io/kibana:8.7.1

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

docker.io/kibana:7.7.0

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

docker.io/kibana:8.17.1

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

docker.io/kibana:8.17.1

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

docker.io/kibana:7.8.1

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

docker.io/kibana:7.12.0

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

docker.io/kibana:7.16.2

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

docker.io/kibana:8.17.3

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

docker.io/kibana:8.17.3

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

docker.io/kibana:7.16.3

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

docker.io/kibana:7.17.16

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

docker.io/kibana:9.0.1

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

docker.io/kibana:7.16.3

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

docker.io/kibana:7.17.28

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

docker.io/kibana:9.0.2

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

docker.io/kibana:7.17.3

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

docker.io/kibana:9.0.3

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

docker.io/kibana:7.17.14

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

docker.io/kibana:7.17.24

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

docker.io/kibana:8.19.2

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

docker.io/kibana:8.18.0

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

docker.io/kibana:8.11.0

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

docker.io/kibana:7.17.2

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

docker.io/kibana:8.0.0

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

docker.io/kibana:9.2.2

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