logo
docker.io/kibana:9.5.1
linux/amd64 docker.io Zhu 贡献
Kibana是一个基于Elasticsearch的数据可视化工具。它提供了一个简单易用的界面,可以帮助用户探索、分析和可视化大量数据。Kibana可以与Elasticsearch集成,并且支持各种数据源,如MySQL、 PostgreSQL等。
14
浏览次数
1.55GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.5.1
源镜像
docker.io/kibana:9.5.1
镜像ID
sha256:82faf34cdd7b9601343e530fcd98c15a0e689b59ee1c2d1e8da1ff462372b03f
镜像 TAG
9.5.1
镜像大小
1.55GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/usr/local/bin/kibana-docker
启动入口
/bin/tini --
工作目录
/usr/share/kibana
OS/平台
linux/amd64
镜像创建
2026-08-12T17:42:11.293071444Z
同步时间
2026-08-14 11:31
浏览量
14 次
贡献者
avatar Zhu
🔌 开放端口 1
5601/tcp
⚙️ 环境变量 3
KeyValue
PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
ELASTIC_CONTAINER=true 2
🏷️ 镜像标签 40
KeyValue
x86_64 architecture
2026-08-10T16:55:47Z 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.44.0 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
2026-08-06T08:43:26.474Z 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
c9539950cdb7c83db5f1a7d4eda28880aded9a95 org.label-schema.vcs-ref
https://github.com/elastic/kibana org.label-schema.vcs-url
Elastic org.label-schema.vendor
9.5.1 org.label-schema.version
2026-08-06T08:43:26.474Z org.opencontainers.image.created
https://www.elastic.co/guide/en/kibana/reference/index.html org.opencontainers.image.documentation
Elastic License org.opencontainers.image.licenses
c9539950cdb7c83db5f1a7d4eda28880aded9a95 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.5.1 org.opencontainers.image.version
1 release
Kibana summary
https://catalog.redhat.com/en/search?searchType=containers url
905bde9da31110a4bb776761a921a6b4e6b12a93 vcs-ref
git vcs-type
Elastic vendor
9.5.1 version
🛡️ 镜像安全扫描
redhat 9.8 Trivy 2026-08-14 11:32 查看完整报告
87
低危 LOW
163
中危 MEDIUM
20
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/kibana:9.5.1 (redhat 9.8) redhat Node.js node-pkg

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-08-13 01:42:11  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2026-08-13 01:42:11  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/kibana-docker"]
                        
# 2026-08-13 01:42:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--"]
                        
# 2026-08-13 01:42:11  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2026-08-13 01:42:11  0.00B 添加元数据标签
LABEL name=Kibana maintainer=infra@elastic.co vendor=Elastic version=9.5.1 release=1 summary=Kibana description=Your window into the Elastic Stack.
                        
# 2026-08-13 01:42:11  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2026-08-06T08:43:26.474Z 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=c9539950cdb7c83db5f1a7d4eda28880aded9a95 org.label-schema.vcs-url=https://github.com/elastic/kibana org.label-schema.vendor=Elastic org.label-schema.version=9.5.1 org.opencontainers.image.created=2026-08-06T08:43:26.474Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/kibana/reference/index.html org.opencontainers.image.licenses=Elastic License org.opencontainers.image.revision=c9539950cdb7c83db5f1a7d4eda28880aded9a95 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.5.1
                        
# 2026-08-13 01:42:11  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
                        
# 2026-08-13 01:42:11  193.46KB 执行命令并创建新的镜像层
RUN /bin/sh -c find / -xdev -perm -4000 -exec chmod u-s {} + # buildkit
                        
# 2026-08-13 01:42:10  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
                        
# 2026-08-13 01:42:09  19.02KB 复制新文件或目录到容器中
COPY bin/kibana-docker /usr/local/bin/ # buildkit
                        
# 2026-08-13 01:42:09  249.00B 复制新文件或目录到容器中
COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml # buildkit
                        
# 2026-08-13 01:42:09  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-13 01:42:09  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2026-08-13 01:42:09  17.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/kibana /opt/kibana # buildkit
                        
# 2026-08-13 01:42:09  0.00B 设置工作目录为/usr/share/kibana
WORKDIR /usr/share/kibana
                        
# 2026-08-13 01:42:09  28.10KB 执行命令并创建新的镜像层
RUN /bin/sh -c fc-cache -v # buildkit
                        
# 2026-08-13 01:42:09  20.33MB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/fonts/local/NotoSansCJK-Regular.ttc /usr/share/fonts/local/NotoSansCJK-Regular.ttc # buildkit
                        
# 2026-08-13 01:42:09  24.06KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2026-08-13 01:42:08  1.36GB 复制新文件或目录到容器中
COPY --chown=1000:0 /usr/share/kibana /usr/share/kibana # buildkit
                        
# 2026-08-13 01:33:54  60.68MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y       fontconfig liberation-fonts-common freetype shadow-utils nss findutils &&       microdnf clean all # buildkit
                        
# 2026-08-13 01:33:54  0.00B 声明容器运行时监听的端口
EXPOSE map[5601/tcp:{}]
                        
# 2026-08-11 00:56:03  106.99MB 
/bin/sh -c #(nop) LABEL "org.opencontainers.image.created"="2026-08-10T16:55:47Z" "org.opencontainers.image.revision"="905bde9da31110a4bb776761a921a6b4e6b12a93" "build-date"="2026-08-10T16:55:47Z" "architecture"="x86_64" "vcs-ref"="905bde9da31110a4bb776761a921a6b4e6b12a93" "vcs-type"="git" "release"="1786380870"org.opencontainers.image.created=2026-08-10T16:55:47Z,org.opencontainers.image.revision=905bde9da31110a4bb776761a921a6b4e6b12a93
                        
# 2026-08-11 00:56:03  0.00B 
/bin/sh -c #(nop) COPY dir:1a5179848530af6cfaa2736badbd86d3fafb52f86a723fc761a88e2b21a91f65 in /root/buildinfo/      
                        
# 2026-08-11 00:56:03  0.00B 
/bin/sh -c #(nop) COPY dir:1a5179848530af6cfaa2736badbd86d3fafb52f86a723fc761a88e2b21a91f65 in /usr/share/buildinfo/      
                        
# 2026-08-11 00:56:03  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-08-11 00:56:03  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-08-11 00:56:03  0.00B 
/bin/sh -c #(nop) COPY dir:df00d2ddcafd5d3230e4389e976d7b8e34c276ca8e8d50edc2315b0141add52b in /      
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-08-11 00:56:02  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."
                        
# 2026-08-11 00:56:02  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."
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.8"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-08-11 00:56:02  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:82faf34cdd7b9601343e530fcd98c15a0e689b59ee1c2d1e8da1ff462372b03f",
    "RepoTags": [
        "kibana:9.5.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana:9.5.1"
    ],
    "RepoDigests": [
        "kibana@sha256:73fd5ff888dacf3ba38f66ae6a57a0e24fa5e0a5180a52442e4ce8a9ba6dd830",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kibana@sha256:7145751041d1f6518a3136236fa637550993ce12e18a20627a4b294a1e6118ba"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-12T17:42:11.293071444Z",
    "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": "2026-08-10T16:55:47Z",
            "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.44.0",
            "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": "2026-08-06T08:43:26.474Z",
            "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": "c9539950cdb7c83db5f1a7d4eda28880aded9a95",
            "org.label-schema.vcs-url": "https://github.com/elastic/kibana",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.5.1",
            "org.opencontainers.image.created": "2026-08-06T08:43:26.474Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/kibana/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.revision": "c9539950cdb7c83db5f1a7d4eda28880aded9a95",
            "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.5.1",
            "release": "1",
            "summary": "Kibana",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "905bde9da31110a4bb776761a921a6b4e6b12a93",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.5.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1552554131,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d9c8f21f958d23aadf2833110d87e8d41b80323c6a0eaab060ac942755fa89bf/diff:/var/lib/docker/overlay2/bbff208124b03c859b0e39ad6702d5166abb45e19db1366c3df83b7e4cfc8ccd/diff:/var/lib/docker/overlay2/118090efcd9c1c61ef470c24c4f1c0f80112b477c04a5fe3694a3fa9d7c3b590/diff:/var/lib/docker/overlay2/294566c11021322fbf2ded99f5e193fc7e56f71f1a6995e1b8ed6b6f9e892215/diff:/var/lib/docker/overlay2/8220bee0e03eceed90aeb36280e280c7fa2466d19e03dde15ec15ba35ea5e0bb/diff:/var/lib/docker/overlay2/c722bd71d58b33dd5988fb45cdb2a19dbafa567856e771e1a5c8eedd4de7e367/diff:/var/lib/docker/overlay2/552eb728266cb6e4fe9245fcd7c9427e69efbbda1d817032de7c5c1e878ebc17/diff:/var/lib/docker/overlay2/b42bc2a81714bb07c6835119c6e5b0201aca235c0ffca6f978c64ba65d37f819/diff:/var/lib/docker/overlay2/9eb31aa4385c0cfdb2cd7b6de0219edb0c1ca26c89da946b29e8d67b5142a620/diff:/var/lib/docker/overlay2/c1cf3999da654eb4a8ad74994ffb0090bab83d5887d72f1cf1435006b21f8112/diff:/var/lib/docker/overlay2/e58f964fa02e5d2b921827f39b0cea46b1affeca61e555e73daa580db2c0f53e/diff:/var/lib/docker/overlay2/53b8fe37497373173fc4b755bedc854147cb318d316c50131974701e28efd7eb/diff:/var/lib/docker/overlay2/fb440bbe982c19af906a95ed9168b006498210326cdff0d8b52f7ba5e4bba051/diff",
            "MergedDir": "/var/lib/docker/overlay2/b6832b2c2b78f0d6337390f7e0cb0cdd163a1adaa6e344feb5d10397acc5b071/merged",
            "UpperDir": "/var/lib/docker/overlay2/b6832b2c2b78f0d6337390f7e0cb0cdd163a1adaa6e344feb5d10397acc5b071/diff",
            "WorkDir": "/var/lib/docker/overlay2/b6832b2c2b78f0d6337390f7e0cb0cdd163a1adaa6e344feb5d10397acc5b071/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:bfd1d5e44d8bb75cec4a184b6b91b7752b3aebb4346cd7809df7a5e187a3dc79",
            "sha256:5cc19bb2e915f14c5bd22a6a4fc7784426adf365d609007680bd6cad192a11b0",
            "sha256:f68e9a7363c0425a0004c9ad97bf9e20c5e41f9774491990a0d7177405f089bb",
            "sha256:4b267da4e29153988b05a14dd38a6c5140ec00b7d9e5c8777440b33bb478e5d6",
            "sha256:1f38717e38d702803fec83110b1a341c6c81bdd429cf00553bd983f48cd6dadb",
            "sha256:dea6f84190f4e4391be47d94f43bc6a6d8c98466401fb83efef8ab06a4c4ce5c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:39391c46cf1953a3d0d8d5a89f06b1a5ed9df76191ce4728de727555b83cbb12",
            "sha256:2075ec64b94bf35a7e8fc05af927a8dc5832e0d4b7d91c5f9b1bb71e602bdf4c",
            "sha256:789c30cd2da78c592c8a8bc9cf89789f5bc2adba43112f5f58db7bac7c3fbe4b",
            "sha256:0fce91a8b842d868af883cf629dc419c5b60c5240a9654ad6d9dc8cffccf5b7c",
            "sha256:7cc11c4bcd12acc699b8ce4840879c42d5bca3892b811c1bb46157c05b3bc8c6",
            "sha256:f1ab1684288930ad95ec38fa38d7ca1abbba5d726f3740b73cd233bd1d559b98",
            "sha256:bc02bc8abe145bd5bacf6040432eee0967e055f3d809d67017d42a772b40e254"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-14T11:30:59.670110988+08:00"
    }
}

更多版本

docker.io/kibana:8.14.3

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

docker.io/kibana:7.6.1

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

docker.io/kibana:6.8.22

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

docker.io/kibana:8.5.1

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

docker.io/kibana:7.17.7

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

docker.io/kibana:7.10.1

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

docker.io/kibana:8.4.2

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

docker.io/kibana:8.9.2

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

docker.io/kibana:8.15.3

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

docker.io/kibana:6.8.6

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

docker.io/kibana:7.17.25

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

docker.io/kibana:8.15.4

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

docker.io/kibana:7.5.1

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

docker.io/kibana:8.16.1

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

docker.io/kibana:7.12.1

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

docker.io/kibana:8.5.0

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

docker.io/kibana:7.17.6

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

docker.io/kibana:8.13.4

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

docker.io/kibana:8.7.1

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

docker.io/kibana:7.7.0

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

docker.io/kibana:8.17.1

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

docker.io/kibana:8.17.1

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

docker.io/kibana:7.8.1

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

docker.io/kibana:7.12.0

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

docker.io/kibana:7.16.2

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

docker.io/kibana:8.17.3

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

docker.io/kibana:8.17.3

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

docker.io/kibana:7.16.3

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

docker.io/kibana:7.17.16

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

docker.io/kibana:9.0.1

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

docker.io/kibana:7.16.3

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

docker.io/kibana:7.17.28

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

docker.io/kibana:9.0.2

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

docker.io/kibana:7.17.3

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

docker.io/kibana:9.0.3

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

docker.io/kibana:7.17.14

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

docker.io/kibana:7.17.24

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

docker.io/kibana:8.19.2

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

docker.io/kibana:8.18.0

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

docker.io/kibana:8.11.0

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

docker.io/kibana:7.17.2

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

docker.io/kibana:8.0.0

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

docker.io/kibana:9.2.2

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

docker.io/kibana:8.19.9

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

docker.io/kibana:7.17.2

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

docker.io/kibana:8.17.10

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

docker.io/kibana:8.17.10

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

docker.io/kibana:9.0.3

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

docker.io/kibana:6.7.1

linux/amd64 docker.io677.35MB2026-02-12 11:29
299

docker.io/kibana:7.17.28

linux/amd64 docker.io879.52MB2026-03-16 14:23
215

docker.io/kibana:8.19.13

linux/amd64 docker.io1.46GB2026-03-27 09:11
252

docker.io/kibana:8.19.13

linux/arm64 docker.io1.57GB2026-03-27 09:14
186

docker.io/kibana:7.17.3

linux/amd64 docker.io796.84MB2026-04-08 10:16
195

docker.io/kibana:8.18.8

linux/arm64 docker.io1.35GB2026-04-15 13:27
169

docker.io/kibana:8.18.1

linux/amd64 docker.io1.22GB2026-04-16 07:52
202

docker.io/kibana:8.6.2

linux/amd64 docker.io726.65MB2026-05-27 14:42
128

docker.io/kibana:9.4.2

linux/amd64 docker.io1.64GB2026-05-29 16:59
157

docker.io/kibana:8.19.18

linux/amd64 docker.io1.35GB2026-07-03 09:15
97

docker.io/kibana:9.5.1

linux/amd64 docker.io1.55GB2026-08-14 11:31
13
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×