logo
docker.io/elasticsearch:9.2.5
linux/amd64 docker.io
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
323
浏览次数
1.44GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:9.2.5
源镜像
docker.io/elasticsearch:9.2.5
镜像ID
sha256:46a05198b73a559a63ef9e0e4329ab058f7d1843a05cb32587460d72564b4a81
镜像 TAG
9.2.5
镜像大小
1.44GB
平台架构
linux/amd64
镜像源
docker.io
CMD
eswrapper
启动入口
/bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录
/usr/share/elasticsearch
OS/平台
linux/amd64
镜像创建
2026-02-05T19:50:53.016825512Z
同步时间
2026-02-14 14:56
浏览量
323 次
贡献者
🔌 开放端口 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-02-05T04:57:10Z 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.42.2 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-01-28T22:05:53.857690766Z 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
c26a2652b4f4e323c18bdb4f56f0038c8aece886 org.label-schema.vcs-ref
https://github.com/elastic/elasticsearch org.label-schema.vcs-url
Elastic org.label-schema.vendor
9.2.5 org.label-schema.version
2026-01-28T22:05:53.857690766Z 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
c26a2652b4f4e323c18bdb4f56f0038c8aece886 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.2.5 org.opencontainers.image.version
1 release
Elasticsearch summary
https://catalog.redhat.com/en/search?searchType=containers url
21849199b7179dc3074812b8e24698ec609d6a5c vcs-ref
git vcs-type
Elastic vendor
9.2.5 version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-06 03:50:53  0.00B 指定运行容器时使用的用户
USER 1000:0
                        
# 2026-02-06 03:50:53  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2026-02-06 03:50:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2026-02-06 03:50:53  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2026-02-06 03:50:52  0.00B 添加元数据标签
LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.2.5 release=1 summary=Elasticsearch description=You know, for search.
                        
# 2026-02-06 03:50:52  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2026-01-28T22:05:53.857690766Z 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=c26a2652b4f4e323c18bdb4f56f0038c8aece886 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.2.5 org.opencontainers.image.created=2026-01-28T22:05:53.857690766Z 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=c26a2652b4f4e323c18bdb4f56f0038c8aece886 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.2.5
                        
# 2026-02-06 03:50:52  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2026-02-06 03:50:52  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-02-06 03:50:52  3.51KB 复制新文件或目录到容器中
COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-02-06 03:50:52  0.00B 设置环境变量 SHELL
ENV SHELL=/bin/bash
                        
# 2026-02-06 03:50:52  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-02-06 03:50:52  40.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
                        
# 2026-02-06 03:50:52  1.32GB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
                        
# 2026-02-06 03:50:42  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2026-02-06 03:50:42  24.06KB 复制新文件或目录到容器中
COPY /bin/tini /bin/tini # buildkit
                        
# 2026-02-06 03:50:42  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2026-02-06 03:50:00  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-02-06 03:49:59  19.64MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y     nc shadow-utils zip unzip findutils procps-ng &&     microdnf clean all # buildkit
                        
# 2026-02-05 12:57:28  105.41MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="21849199b7179dc3074812b8e24698ec609d6a5c" "org.opencontainers.image.revision"="21849199b7179dc3074812b8e24698ec609d6a5c" "build-date"="2026-02-05T04:57:10Z" "org.opencontainers.image.created"="2026-02-05T04:57:10Z" "release"="1770267347"org.opencontainers.image.revision=21849199b7179dc3074812b8e24698ec609d6a5c,org.opencontainers.image.created=2026-02-05T04:57:10Z
                        
# 2026-02-05 12:57:28  0.00B 
/bin/sh -c #(nop) COPY file:0fae80ad6e3e7d633c86e8adf8110f5657a4ca0224252ae63b130effe61540e7 in /root/buildinfo/labels.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:0fae80ad6e3e7d633c86e8adf8110f5657a4ca0224252ae63b130effe61540e7 in /usr/share/buildinfo/labels.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY dir:045ee84cbf9f515d46f16866a480828e69331a2895b4a0d38aab70097694b23c in /      
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-02-05 12:57: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."
                        
# 2026-02-05 12:57: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."
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-02-05 12:57: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"
                        
# 2026-02-05 12:57:26  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"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:46a05198b73a559a63ef9e0e4329ab058f7d1843a05cb32587460d72564b4a81",
    "RepoTags": [
        "elasticsearch:9.2.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:9.2.5"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:6bdc289517e3a7cdaa5fbc8ebed8b21918d00e1be889035ab938d655e8a1ab28",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:a8664841b1888f0a5feeb2dfafeeebdfadf23959a807a30b7ad32022608523e7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-05T19:50:53.016825512Z",
    "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-02-05T04:57:10Z",
            "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.42.2",
            "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-01-28T22:05:53.857690766Z",
            "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": "c26a2652b4f4e323c18bdb4f56f0038c8aece886",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.2.5",
            "org.opencontainers.image.created": "2026-01-28T22:05:53.857690766Z",
            "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": "c26a2652b4f4e323c18bdb4f56f0038c8aece886",
            "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.2.5",
            "release": "1",
            "summary": "Elasticsearch",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "21849199b7179dc3074812b8e24698ec609d6a5c",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.2.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1442009150,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/04d4a23d8e89ff35d3768af8d7926526942be4d6646b33498382426a5c21b067/diff:/var/lib/docker/overlay2/7dda4cfb1b09ec145fea662f2f711ab181096fc3420ab3181c072c3dad9d35e7/diff:/var/lib/docker/overlay2/d69cfaa339cb2e356b3322e511f39b5fb8758183e7fdb71cbef2ca81bbd798ad/diff:/var/lib/docker/overlay2/7bdb781b140c9e1720f7988f53b45988eeef38bbbf32299c3257d27cc93996a5/diff:/var/lib/docker/overlay2/c2e5a727aae86c505e9bc4ca5692fe16901aba108eb37e8854f48ea4ddc4062a/diff:/var/lib/docker/overlay2/ee98139326e8cc82b374ded31c2305ce58dddc76702a799171fd6eab04121ce9/diff:/var/lib/docker/overlay2/caa362e9bbd37a8bdd301b5d37db5bbc02ecc74f3c7fc4a0f59c642ecdd625d0/diff:/var/lib/docker/overlay2/7ef6bcc6a4160e0815f48ec7266a4fdc8e2980ff36de694f61e9beaaea038ae3/diff:/var/lib/docker/overlay2/6304a0b75bea2e83ed61d780f1fd934d19fc1a79a786b02926edfee12d1d057a/diff",
            "MergedDir": "/var/lib/docker/overlay2/10711e16fcb4392893a49157a87a9d23cb60749dc2bd41959aa8d9cce5b817f2/merged",
            "UpperDir": "/var/lib/docker/overlay2/10711e16fcb4392893a49157a87a9d23cb60749dc2bd41959aa8d9cce5b817f2/diff",
            "WorkDir": "/var/lib/docker/overlay2/10711e16fcb4392893a49157a87a9d23cb60749dc2bd41959aa8d9cce5b817f2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e0c81d46f937f1f84faf68fb71f862e4bd868921a7d16384d44790308d98719f",
            "sha256:5a6d57c9d7382fdb35cbde812b75f8fe066788d8fb776342fc0183f110c43ab2",
            "sha256:2c5a6d40df1e1ecd59ee79447bcd2e9abf15f4cd3b5b1f0fcf038321bf3c6a91",
            "sha256:0f7266dc6c5c618cf63092b4bc26ddaf20812904b0c8b7143769456f5ce41a69",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:6998d06ddad36c817ef56c056728d4fbd4f362c908c78e10766ffbe64f04166b",
            "sha256:adcdd3ddf98224d3209587e3d2d455e6a1249b0b4d407d4f3759c5ab097dc66f",
            "sha256:69bd4186c952e613b78bb05126007ed324b59f27b3000ae8c8f4e48a64495212",
            "sha256:0a049832d200ef5a8191ab5353e1154896c728f28670043b6b85a927605487e5",
            "sha256:0dca64c7c7866e6bd36cb4c0e42e1d477315611300f7af494502f213d22e35da"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-14T14:54:14.922573022+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

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

docker.io/elasticsearch:8.4.2

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:8.14.3

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

docker.io/elasticsearch:7.10.1

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

docker.io/elasticsearch:7.12.0

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

docker.io/elasticsearch:7.17.6

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

docker.io/elasticsearch:6.8.22

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

docker.io/elasticsearch:8.5.1

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

docker.io/elasticsearch:8.10.2

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:8.9.2

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

docker.io/elasticsearch:6.8.6

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

docker.io/elasticsearch:5.5.2

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

docker.io/elasticsearch:5.5

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

docker.io/elasticsearch:7.13.2

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

docker.io/elasticsearch:7.17.25

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

docker.io/elasticsearch:8.15.4

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

docker.io/elasticsearch:7.5.1

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

docker.io/elasticsearch:8.16.1

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

docker.io/elasticsearch:7.6.1

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

docker.io/elasticsearch:7.17.9

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

docker.io/elasticsearch:8.1.0

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

docker.io/elasticsearch:7.12.1

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.5.0

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.7.1

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

docker.io/elasticsearch:8.15.0

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

docker.io/elasticsearch:7.7.0

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

docker.io/elasticsearch:7.17.20

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

docker.io/elasticsearch:7.13.3

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:7.16.2

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:8.2.3

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

docker.io/elasticsearch:8.17.2

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.18.0

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

docker.io/elasticsearch:7.9.3

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

docker.io/elasticsearch:2.4.6-alpine

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

docker.io/elasticsearch:9.0.1

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

docker.io/elasticsearch:8.0.0

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

docker.io/elasticsearch:8.11.3

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

docker.io/elasticsearch:6.8.10

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

docker.io/elasticsearch:7.16.3

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:7.17.19

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

docker.io/elasticsearch:7.7.1

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

docker.io/elasticsearch:9.0.2

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

docker.io/elasticsearch:7.17.3

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

docker.io/elasticsearch:8.14.0

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

docker.io/elasticsearch:9.0.3

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

docker.io/elasticsearch:7.17.14

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:7.17.22

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

docker.io/elasticsearch:8.19.2

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

docker.io/elasticsearch:5.6.16

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:8.11.0

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:9.0.7

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.12.2

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

docker.io/elasticsearch:7.6.2

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

docker.io/elasticsearch:9.1.5

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

docker.io/elasticsearch:6.8.8

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:9.2.1

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

docker.io/elasticsearch:8.5.3

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

docker.io/elasticsearch:7.13.4

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

docker.io/elasticsearch:8.19.8

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

docker.io/elasticsearch:9.2.2

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

docker.io/elasticsearch:7.17.5

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:8.19.9

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:9.2.4

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:9.2.5

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

docker.io/elasticsearch:9.3.0

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

docker.io/elasticsearch:8.19.11

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

docker.io/elasticsearch:8.8.0

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

docker.io/elasticsearch:8.18.1

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

docker.io/elasticsearch:8.19.13

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

docker.io/elasticsearch:8.19.13

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

docker.io/elasticsearch:6.7.2

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

docker.io/elasticsearch:9.4.2

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

docker.io/elasticsearch:8.19.17

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

docker.io/elasticsearch:8.19.18

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

docker.io/elasticsearch:8.12.0

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

docker.io/elasticsearch:8.19.19

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