logo
docker.io/elasticsearch:9.5.1
linux/amd64 docker.io Zhu 贡献
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
18
浏览次数
1.63GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:9.5.1
源镜像
docker.io/elasticsearch:9.5.1
镜像ID
sha256:7dc4283a39200350b65331042fd144e0e76115f5092ef21c7ba57a86b266063d
镜像 TAG
9.5.1
镜像大小
1.63GB
平台架构
linux/amd64
镜像源
docker.io
CMD
eswrapper
启动入口
/bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录
/usr/share/elasticsearch
OS/平台
linux/amd64
镜像创建
2026-08-12T17:32:09.103758025Z
同步时间
2026-08-14 11:27
浏览量
18 次
贡献者
avatar Zhu
🔌 开放端口 2
9200/tcp 9300/tcp
⚙️ 环境变量 4
KeyValue
PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
ELASTIC_CONTAINER=true 2
SHELL=/bin/bash 3
🏷️ 镜像标签 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
You know, for search. 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
Elasticsearch name
2026-08-05T23:10:54.760245929Z org.label-schema.build-date
Elastic-License-2.0 org.label-schema.license
Elasticsearch org.label-schema.name
1.0 org.label-schema.schema-version
https://www.elastic.co/products/elasticsearch org.label-schema.url
https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.label-schema.usage
0e1cdd500cb446f51b847d131747da3cc500eee1 org.label-schema.vcs-ref
https://github.com/elastic/elasticsearch org.label-schema.vcs-url
Elastic org.label-schema.vendor
9.5.1 org.label-schema.version
2026-08-05T23:10:54.760245929Z org.opencontainers.image.created
https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.documentation
Elastic-License-2.0 org.opencontainers.image.licenses
0e1cdd500cb446f51b847d131747da3cc500eee1 org.opencontainers.image.revision
https://github.com/elastic/elasticsearch org.opencontainers.image.source
Elasticsearch org.opencontainers.image.title
https://www.elastic.co/products/elasticsearch org.opencontainers.image.url
Elastic org.opencontainers.image.vendor
9.5.1 org.opencontainers.image.version
1 release
Elasticsearch 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:27 查看完整报告
60
低危 LOW
133
中危 MEDIUM
44
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/elasticsearch:9.5.1 (redhat 9.8) redhat Java jar

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-08-13 01:32:09  0.00B 指定运行容器时使用的用户
USER 1000:0
                        
# 2026-08-13 01:32:09  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2026-08-13 01:32:09  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2026-08-13 01:32:09  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2026-08-13 01:32:09  0.00B 添加元数据标签
LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.5.1 release=1 summary=Elasticsearch description=You know, for search.
                        
# 2026-08-13 01:32:09  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2026-08-05T23:10:54.760245929Z org.label-schema.license=Elastic-License-2.0 org.label-schema.name=Elasticsearch org.label-schema.schema-version=1.0 org.label-schema.url=https://www.elastic.co/products/elasticsearch org.label-schema.usage=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.label-schema.vcs-ref=0e1cdd500cb446f51b847d131747da3cc500eee1 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.5.1 org.opencontainers.image.created=2026-08-05T23:10:54.760245929Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License-2.0 org.opencontainers.image.revision=0e1cdd500cb446f51b847d131747da3cc500eee1 org.opencontainers.image.source=https://github.com/elastic/elasticsearch org.opencontainers.image.title=Elasticsearch org.opencontainers.image.url=https://www.elastic.co/products/elasticsearch org.opencontainers.image.vendor=Elastic org.opencontainers.image.version=9.5.1
                        
# 2026-08-13 01:32:09  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2026-08-13 01:32:09  194.06KB 执行命令并创建新的镜像层
RUN /bin/sh -c chmod g=u /etc/passwd &&     find / -xdev -perm -4000 -exec chmod ug-s {} + &&     chmod 0775 /usr/share/elasticsearch &&     chown elasticsearch bin config config/jvm.options.d data logs plugins # buildkit
                        
# 2026-08-13 01:32:08  3.51KB 复制新文件或目录到容器中
COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-08-13 01:32:08  0.00B 设置环境变量 SHELL
ENV SHELL=/bin/bash
                        
# 2026-08-13 01:32:08  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-13 01:32:08  40.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
                        
# 2026-08-13 01:32:08  1.50GB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
                        
# 2026-08-13 01:31:57  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2026-08-13 01:31:57  24.06KB 复制新文件或目录到容器中
COPY /bin/tini /bin/tini # buildkit
                        
# 2026-08-13 01:31:57  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2026-08-13 01:31:21  3.59KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -g 1000 elasticsearch &&     adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch &&     chown -R 0:0 /usr/share/elasticsearch # buildkit
                        
# 2026-08-13 01:31:21  19.26MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y     nc shadow-utils zip unzip findutils procps-ng &&     microdnf clean all # buildkit
                        
# 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:7dc4283a39200350b65331042fd144e0e76115f5092ef21c7ba57a86b266063d",
    "RepoTags": [
        "elasticsearch:9.5.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:9.5.1"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:0a773a8a09e2f73387ee22dbeb0218dcad6395648565ca40bc072674b53e444b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:1105ab603f568360dd6393e427cc040cf3a95c157a34f8dfbe3f6c2a0f7f402d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-12T17:32:09.103758025Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000:0",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9200/tcp": {},
            "9300/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "ELASTIC_CONTAINER=true",
            "SHELL=/bin/bash"
        ],
        "Cmd": [
            "eswrapper"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/elasticsearch",
        "Entrypoint": [
            "/bin/tini",
            "--",
            "/usr/local/bin/docker-entrypoint.sh"
        ],
        "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": "You know, for search.",
            "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": "Elasticsearch",
            "org.label-schema.build-date": "2026-08-05T23:10:54.760245929Z",
            "org.label-schema.license": "Elastic-License-2.0",
            "org.label-schema.name": "Elasticsearch",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.url": "https://www.elastic.co/products/elasticsearch",
            "org.label-schema.usage": "https://www.elastic.co/guide/en/elasticsearch/reference/index.html",
            "org.label-schema.vcs-ref": "0e1cdd500cb446f51b847d131747da3cc500eee1",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.5.1",
            "org.opencontainers.image.created": "2026-08-05T23:10:54.760245929Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic-License-2.0",
            "org.opencontainers.image.revision": "0e1cdd500cb446f51b847d131747da3cc500eee1",
            "org.opencontainers.image.source": "https://github.com/elastic/elasticsearch",
            "org.opencontainers.image.title": "Elasticsearch",
            "org.opencontainers.image.url": "https://www.elastic.co/products/elasticsearch",
            "org.opencontainers.image.vendor": "Elastic",
            "org.opencontainers.image.version": "9.5.1",
            "release": "1",
            "summary": "Elasticsearch",
            "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": 1627024504,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/34400248f395ec8ccb91e9cad99f5c0a9708cefc058e36ed8685cb0674c08cbb/diff:/var/lib/docker/overlay2/a524c3aa59f58a813f3d8a36d2dfeadc438ba4160865a42af9fbf98673924cfa/diff:/var/lib/docker/overlay2/66d63ef18dbef27ed9ded5ed2cb49a25105d7b241bf6c6d488e57dbdeeaadfb9/diff:/var/lib/docker/overlay2/66d15d201e81cccc6fad54e1b616018f3fc31605f181830eba5b4a5f55671a4d/diff:/var/lib/docker/overlay2/85dda1b4a820d69fc4d8cda1079c226b53daed2a22b90d14242dfd6c11f56948/diff:/var/lib/docker/overlay2/463638b6ec8408943f1e22f4be4eb311d9dde6038cebb02770da7b15d73f9c30/diff:/var/lib/docker/overlay2/44cc9d673a5078f01cd4c9763f1adf4f4bd97675ef0dd3224b6d6addf515c694/diff:/var/lib/docker/overlay2/6a8ca47f52e7836230ea0f8fed34ebe5273f46d654cde827d25b77dd66aff999/diff:/var/lib/docker/overlay2/fb440bbe982c19af906a95ed9168b006498210326cdff0d8b52f7ba5e4bba051/diff",
            "MergedDir": "/var/lib/docker/overlay2/725742e050f632ebc034142b690ac68d0fcafb2bde00f0ecf273c485576c0db4/merged",
            "UpperDir": "/var/lib/docker/overlay2/725742e050f632ebc034142b690ac68d0fcafb2bde00f0ecf273c485576c0db4/diff",
            "WorkDir": "/var/lib/docker/overlay2/725742e050f632ebc034142b690ac68d0fcafb2bde00f0ecf273c485576c0db4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:bfd1d5e44d8bb75cec4a184b6b91b7752b3aebb4346cd7809df7a5e187a3dc79",
            "sha256:9d8839ec454a02fc5022d96f0461f27656fc2afab5dc5e18a8b13bca8e31f72e",
            "sha256:4e26d08326a704d6b61894188ed424298e85d4fe7ad2ddac791de4bb2a75705c",
            "sha256:1e3270a84cd0fda580ec50efbde102d42be5a0adc4fbd7189757f32d627bbb66",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5381031b968b1c6a8067e8c05dc858752df5e7249a9be38cdea7383079ee2306",
            "sha256:11e261c46d41165d092e09284e618fa49f26ce1bf101ab104abb6a5ae1754c10",
            "sha256:3f7bd3bfeb4a3fb3d5197db49aaf683a328760dfd2a16f219278e57fa838cae6",
            "sha256:63d11465de8b3ab50e732c203c1ff865aab891efb0a507cae1e01c012b161558",
            "sha256:f94b3f6429b581b1e75d84f2c22afbc42c46486f8062ee45c3cbecab51062347"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-14T11:26:08.47230911+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

linux/amd64 docker.io618.70MB2024-06-21 09:48
1271

docker.io/elasticsearch:8.4.2

linux/amd64 docker.io1.26GB2024-08-14 15:50
875

docker.io/elasticsearch:7.17.23

linux/amd64 docker.io633.78MB2024-08-14 22:27
1060

docker.io/elasticsearch:8.14.3

linux/amd64 docker.io1.24GB2024-08-17 15:47
889

docker.io/elasticsearch:7.10.1

linux/amd64 docker.io773.76MB2024-08-18 12:07
1053

docker.io/elasticsearch:7.12.0

linux/amd64 docker.io829.76MB2024-08-26 09:39
706

docker.io/elasticsearch:7.17.6

linux/amd64 docker.io606.06MB2024-09-14 14:55
835

docker.io/elasticsearch:6.8.22

linux/amd64 docker.io963.30MB2024-09-14 15:30
716

docker.io/elasticsearch:8.5.1

linux/amd64 docker.io1.29GB2024-09-14 17:45
728

docker.io/elasticsearch:8.10.2

linux/amd64 docker.io1.34GB2024-09-23 14:03
898

docker.io/elasticsearch:7.17.24

linux/amd64 docker.io633.77MB2024-09-24 09:13
800

docker.io/elasticsearch:8.15.2

linux/amd64 docker.io1.27GB2024-09-30 13:58
721

docker.io/elasticsearch:8.15.2

linux/arm64 docker.io823.30MB2024-09-30 14:46
802

docker.io/elasticsearch:7.17.8

linux/arm64 docker.io613.21MB2024-10-24 10:29
844

docker.io/elasticsearch:8.9.2

linux/amd64 docker.io1.34GB2024-10-29 09:49
779

docker.io/elasticsearch:6.8.6

linux/amd64 docker.io879.00MB2024-11-06 09:38
748

docker.io/elasticsearch:5.5.2

linux/amd64 docker.io579.83MB2024-11-14 18:57
475

docker.io/elasticsearch:5.5

linux/amd64 docker.io579.83MB2024-11-14 18:58
517

docker.io/elasticsearch:7.13.2

linux/amd64 docker.io1.02GB2024-11-15 19:15
403

docker.io/elasticsearch:7.17.25

linux/amd64 docker.io634.01MB2024-11-17 09:15
506

docker.io/elasticsearch:8.15.4

linux/amd64 docker.io1.27GB2024-11-22 09:28
470

docker.io/elasticsearch:7.5.1

linux/amd64 docker.io779.26MB2024-11-29 09:50
563

docker.io/elasticsearch:8.16.1

linux/amd64 docker.io1.30GB2024-12-05 17:27
705

docker.io/elasticsearch:7.6.1

linux/amd64 docker.io790.38MB2024-12-10 11:09
439

docker.io/elasticsearch:7.17.9

linux/amd64 docker.io620.39MB2024-12-17 09:59
653

docker.io/elasticsearch:8.1.0

linux/arm64 docker.io664.97MB2024-12-19 19:28
394

docker.io/elasticsearch:7.12.1

linux/amd64 docker.io850.95MB2024-12-23 17:25
866

docker.io/elasticsearch:8.17.0

linux/amd64 docker.io1.30GB2024-12-24 10:24
725

docker.io/elasticsearch:8.5.0

linux/amd64 docker.io1.29GB2024-12-24 23:03
672

docker.io/elasticsearch:8.17.0

linux/arm64 docker.io853.90MB2024-12-26 16:55
552

docker.io/elasticsearch:8.7.1

linux/amd64 docker.io1.33GB2024-12-29 21:01
464

docker.io/elasticsearch:8.15.0

linux/amd64 docker.io1.26GB2025-01-07 22:58
598

docker.io/elasticsearch:7.7.0

linux/amd64 docker.io756.79MB2025-01-08 11:55
517

docker.io/elasticsearch:7.17.20

linux/amd64 docker.io637.55MB2025-01-10 18:58
503

docker.io/elasticsearch:7.13.3

linux/amd64 docker.io1.02GB2025-01-12 19:40
499

docker.io/elasticsearch:8.17.1

linux/amd64 docker.io1.30GB2025-02-06 19:45
497

docker.io/elasticsearch:7.16.2

linux/amd64 docker.io646.35MB2025-02-08 11:43
672

docker.io/elasticsearch:8.17.1

linux/arm64 docker.io853.91MB2025-02-10 12:59
453

docker.io/elasticsearch:8.2.3

linux/amd64 docker.io1.20GB2025-02-24 13:45
448

docker.io/elasticsearch:8.17.2

linux/amd64 docker.io1.32GB2025-03-06 15:14
442

docker.io/elasticsearch:8.17.3

linux/amd64 docker.io1.32GB2025-03-23 13:12
643

docker.io/elasticsearch:8.17.3

linux/arm64 docker.io869.24MB2025-03-23 13:15
632

docker.io/elasticsearch:7.17.28

linux/amd64 docker.io634.09MB2025-04-18 11:17
600

docker.io/elasticsearch:8.18.0

linux/amd64 docker.io1.33GB2025-04-21 16:03
765

docker.io/elasticsearch:7.9.3

linux/amd64 docker.io741.52MB2025-04-21 17:50
462

docker.io/elasticsearch:2.4.6-alpine

linux/amd64 docker.io118.38MB2025-05-07 09:54
614

docker.io/elasticsearch:9.0.1

linux/amd64 docker.io1.37GB2025-05-12 16:41
793

docker.io/elasticsearch:8.0.0

linux/amd64 docker.io1.19GB2025-05-13 15:56
538

docker.io/elasticsearch:8.11.3

linux/amd64 docker.io1.41GB2025-05-16 10:12
815

docker.io/elasticsearch:6.8.10

linux/amd64 docker.io876.83MB2025-05-17 16:33
479

docker.io/elasticsearch:7.16.3

linux/arm64 docker.io598.26MB2025-06-10 18:15
332

docker.io/elasticsearch:7.17.23

linux/arm64 docker.io623.47MB2025-07-01 20:13
347

docker.io/elasticsearch:7.17.19

linux/amd64 docker.io633.72MB2025-07-02 16:14
377

docker.io/elasticsearch:7.7.1

linux/amd64 docker.io804.29MB2025-07-08 11:59
363

docker.io/elasticsearch:9.0.2

linux/arm64 docker.io920.28MB2025-07-08 15:39
531

docker.io/elasticsearch:7.17.3

linux/arm64 docker.io604.76MB2025-07-15 09:16
573

docker.io/elasticsearch:8.14.0

linux/amd64 docker.io1.24GB2025-07-21 11:06
399

docker.io/elasticsearch:9.0.3

linux/amd64 docker.io1.37GB2025-07-21 14:57
478

docker.io/elasticsearch:7.17.14

linux/amd64 docker.io648.92MB2025-07-22 10:29
363

docker.io/elasticsearch:7.17.24

linux/arm64 docker.io623.50MB2025-07-22 16:26
417

docker.io/elasticsearch:7.17.22

linux/amd64 docker.io633.76MB2025-07-28 09:32
330

docker.io/elasticsearch:8.19.2

linux/amd64 docker.io1.34GB2025-08-20 18:06
357

docker.io/elasticsearch:5.6.16

linux/amd64 docker.io485.77MB2025-08-20 19:33
303

docker.io/elasticsearch:7.8.0

linux/amd64 docker.io809.51MB2025-09-05 11:57
278

docker.io/elasticsearch:8.11.0

linux/amd64 docker.io1.41GB2025-09-11 16:30
432

docker.io/elasticsearch:7.17.8

linux/amd64 docker.io621.56MB2025-09-29 13:55
258

docker.io/elasticsearch:9.0.7

linux/amd64 docker.io1.37GB2025-10-06 13:00
252

docker.io/elasticsearch:7.17.28

linux/arm64 docker.io623.76MB2025-10-10 21:46
244

docker.io/elasticsearch:8.12.2

linux/arm64 docker.io773.84MB2025-10-15 12:05
318

docker.io/elasticsearch:7.6.2

linux/amd64 docker.io790.68MB2025-10-15 18:01
303

docker.io/elasticsearch:9.1.5

linux/amd64 docker.io1.42GB2025-10-17 19:52
320

docker.io/elasticsearch:6.8.8

linux/amd64 docker.io898.38MB2025-11-01 20:18
229

docker.io/elasticsearch:7.17.2

linux/arm64 docker.io598.51MB2025-11-11 08:39
199

docker.io/elasticsearch:9.2.1

linux/amd64 docker.io1.44GB2025-11-13 14:17
264

docker.io/elasticsearch:8.5.3

linux/amd64 docker.io1.29GB2025-11-20 15:17
269

docker.io/elasticsearch:7.13.4

linux/arm64 docker.io1.10GB2025-12-04 11:13
265

docker.io/elasticsearch:8.19.8

linux/amd64 docker.io1.38GB2025-12-04 15:00
305

docker.io/elasticsearch:9.2.2

linux/amd64 docker.io1.44GB2025-12-15 16:44
577

docker.io/elasticsearch:7.17.5

linux/arm64 docker.io600.99MB2025-12-18 14:46
248

docker.io/elasticsearch:7.17.0

linux/arm64 docker.io599.26MB2025-12-26 11:03
213

docker.io/elasticsearch:7.17.0

linux/amd64 docker.io611.99MB2025-12-26 11:07
327

docker.io/elasticsearch:8.19.9

linux/amd64 docker.io1.39GB2026-01-11 17:39
305

docker.io/elasticsearch:7.17.2

linux/amd64 docker.io611.15MB2026-01-12 21:02
253

docker.io/elasticsearch:8.17.10

linux/amd64 docker.io1.30GB2026-01-23 16:57
293

docker.io/elasticsearch:8.17.10

linux/arm64 docker.io885.99MB2026-01-23 17:02
186

docker.io/elasticsearch:9.2.4

linux/amd64 docker.io1.44GB2026-01-28 19:44
292

docker.io/elasticsearch:7.8.0

linux/arm64 docker.io1.33GB2026-02-02 09:40
152

docker.io/elasticsearch:9.2.5

linux/amd64 docker.io1.44GB2026-02-14 14:56
286

docker.io/elasticsearch:9.3.0

linux/amd64 docker.io1.42GB2026-02-14 15:00
404

docker.io/elasticsearch:8.19.11

linux/amd64 docker.io1.41GB2026-02-14 15:03
295

docker.io/elasticsearch:8.8.0

linux/amd64 docker.io1.33GB2026-02-24 17:05
238

docker.io/elasticsearch:8.18.1

linux/amd64 docker.io1.33GB2026-03-10 16:14
261

docker.io/elasticsearch:8.19.13

linux/amd64 docker.io1.40GB2026-03-27 09:05
247

docker.io/elasticsearch:8.19.13

linux/arm64 docker.io996.92MB2026-03-27 09:09
173

docker.io/elasticsearch:6.7.2

linux/amd64 docker.io862.80MB2026-04-25 16:55
172

docker.io/elasticsearch:9.4.2

linux/amd64 docker.io1.59GB2026-05-29 16:56
232

docker.io/elasticsearch:8.19.17

linux/amd64 docker.io1.41GB2026-06-29 20:36
105

docker.io/elasticsearch:8.19.18

linux/amd64 docker.io1.41GB2026-07-03 09:12
155

docker.io/elasticsearch:8.12.0

linux/arm64 docker.io773.52MB2026-07-03 16:43
77

docker.io/elasticsearch:8.19.19

linux/amd64 docker.io722.82MB2026-08-06 23:52
55
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×