广告图片

docker.io/elasticsearch:9.0.3 linux/amd64

docker.io/elasticsearch:9.0.3 - 国内下载镜像源 浏览次数:376
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
源镜像 docker.io/elasticsearch:9.0.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:9.0.3
镜像ID sha256:9e29a1b65633b05d7936dffdb4847d4887636bcb8f76bafb936d25ffba496fbb
镜像TAG 9.0.3
大小 1.37GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD eswrapper
启动入口 /bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录 /usr/share/elasticsearch
OS/平台 linux/amd64
浏览量 376 次
贡献者
镜像创建 2025-06-24T11:03:26Z
同步时间 2025-07-21 14:57
开放端口
9200/tcp 9300/tcp
环境变量
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
镜像标签
x86_64: architecture 2025-07-15T13:55:15: 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 You know, for search.: description public: distribution-scope 1.41.0-dev: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags infra@elastic.co: maintainer Elasticsearch: name 2025-06-18T22:09:56.772581489Z: 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 cc7302afc8499e83262ba2ceaa96451681f0609d: org.label-schema.vcs-ref https://github.com/elastic/elasticsearch: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.0.3: org.label-schema.version 2025-06-18T22:09:56.772581489Z: 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 cc7302afc8499e83262ba2ceaa96451681f0609d: 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.0.3: org.opencontainers.image.version 1: release Elasticsearch: summary https://www.redhat.com: url 49def32f29d405d4663060d62ea5437538e3fbfc: vcs-ref git: vcs-type Elastic: vendor 9.0.3: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-24 19:03:26  0.00B 指定运行容器时使用的用户
USER 1000:0
                        
# 2025-06-24 19:03:26  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2025-06-24 19:03:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2025-06-24 19:03:26  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2025-06-24 19:03:26  0.00B 添加元数据标签
LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.0.3 release=1 summary=Elasticsearch description=You know, for search.
                        
# 2025-06-24 19:03:26  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-06-18T22:09:56.772581489Z 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=cc7302afc8499e83262ba2ceaa96451681f0609d org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.0.3 org.opencontainers.image.created=2025-06-18T22:09:56.772581489Z 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=cc7302afc8499e83262ba2ceaa96451681f0609d 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.0.3
                        
# 2025-06-24 19:03:26  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2025-06-24 19:03:26  194.58KB 执行命令并创建新的镜像层
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
                        
# 2025-06-24 19:03:26  3.51KB 复制新文件或目录到容器中
COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2025-06-24 19:03:26  0.00B 设置环境变量 SHELL
ENV SHELL=/bin/bash
                        
# 2025-06-24 19:03:26  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-06-24 19:03:26  40.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
                        
# 2025-06-24 19:03:26  1.24GB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
                        
# 2025-06-24 19:03:26  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2025-06-24 19:03:26  24.06KB 复制新文件或目录到容器中
COPY /bin/tini /bin/tini # buildkit
                        
# 2025-06-24 19:03:26  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-06-24 19:03:26  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
                        
# 2025-06-24 19:03:26  19.63MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y     nc shadow-utils zip unzip findutils procps-ng &&     microdnf clean all # buildkit
                        
# 2025-06-24 19:03:26  104.38MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-07-15T13:55:15" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="49def32f29d405d4663060d62ea5437538e3fbfc" "release"="1752587672"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json    
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.    
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) COPY dir:d7be74d0418e000f9c8e9c530ac1f30fb34314bf4358ea4867bfdbbb9c1266b5 in /    
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.6"       distribution-scope="public"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-06-24 19:03:26  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:9e29a1b65633b05d7936dffdb4847d4887636bcb8f76bafb936d25ffba496fbb",
    "RepoTags": [
        "elasticsearch:9.0.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:9.0.3"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:9367fd5e90b591b191fa90bf68a18fe736bb0a947e2caba970a237a078e4a76c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:29434bc22cc0ac9bbed74d9c71eba7bc5a1677a3758e3fae2ba0086502d677f3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-24T11:03:26Z",
    "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": "2025-07-15T13:55:15",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "You know, for search.",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.0-dev",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "infra@elastic.co",
            "name": "Elasticsearch",
            "org.label-schema.build-date": "2025-06-18T22:09:56.772581489Z",
            "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": "cc7302afc8499e83262ba2ceaa96451681f0609d",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.0.3",
            "org.opencontainers.image.created": "2025-06-18T22:09:56.772581489Z",
            "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": "cc7302afc8499e83262ba2ceaa96451681f0609d",
            "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.0.3",
            "release": "1",
            "summary": "Elasticsearch",
            "url": "https://www.redhat.com",
            "vcs-ref": "49def32f29d405d4663060d62ea5437538e3fbfc",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.0.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1368461845,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/741a26f1859a5e389bd33cae569ea635ff46844d6bb956df5c74c3cf53f0bf89/diff:/var/lib/docker/overlay2/b95ccfad0565b6b8f74754ebfe687dbc8fe0a6c888e1711c79ed9a2d27703afc/diff:/var/lib/docker/overlay2/45a882c23a31ee94f618931b151f9c38d9cbf93ce87fb4ccf9033515c35d20d2/diff:/var/lib/docker/overlay2/f57423a9f2c2673d9f21dd6ab3702221530ca392d944e299d61fb6c1c0b2a82d/diff:/var/lib/docker/overlay2/0a0e046d9c6d757ea396ee9d4b9794c2cf67019a320a4bd5e631d46b1782e3d2/diff:/var/lib/docker/overlay2/a6ed1abb0b6893132ae9333f8c862579eed845516becdaad54d26078e155bf0d/diff:/var/lib/docker/overlay2/4bad11d1ade05f9b93fd1f9ef179aa0ac313de4bcbe75787d48b0b6bddce67a8/diff:/var/lib/docker/overlay2/fb45544762d481f7fa8ce404304bbaaa0fe99a303385b72a8924a2286b2c266a/diff:/var/lib/docker/overlay2/5c52e19540a1f99d6d8299037a7449223cf909fb54cd07a51b20436f25bf51ab/diff",
            "MergedDir": "/var/lib/docker/overlay2/244d2019dd14655d23c7cfd04b835af62458ad4f1ed315d1e786435940176d22/merged",
            "UpperDir": "/var/lib/docker/overlay2/244d2019dd14655d23c7cfd04b835af62458ad4f1ed315d1e786435940176d22/diff",
            "WorkDir": "/var/lib/docker/overlay2/244d2019dd14655d23c7cfd04b835af62458ad4f1ed315d1e786435940176d22/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5b895cf158b8acc70f6ea6eb81d9aecb24ed1f31804fc81612e511708292b1cf",
            "sha256:5c6fc4033ffab0231523cacbb6d262c5496dbb431e93f7847384c522b919bcd5",
            "sha256:ea616dab7cbd4107517ab6a5a77874303ceca757a9dad63d3519bf04306d5ff9",
            "sha256:42af80971d60f1e07d9a1e93ee03581b5b333dd8cf29571cb6ba747445b9c2b3",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5540cc6552b6057db38fa735592d8f4b990636818a37ab02055c37084c0a7421",
            "sha256:aa0603fb1fb9f2debe3ef465ad1376be4964a02d299d861fa86703ba8e4a58a9",
            "sha256:4d9738c354ff7ada53940407458d0a7f2c8b54619d47d3900bde13258fa0e4cd",
            "sha256:a2c7d1a54eb1db44328cddfaf6c53ae7ab8140811a30c0d71beff15a243cecf9",
            "sha256:091dbec3f213ec1ce82360aeedc33d15bc5aefa965b8086200e050d596d066f5"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-21T14:56:10.73405026+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

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

docker.io/elasticsearch:8.4.2

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:8.14.3

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

docker.io/elasticsearch:7.10.1

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

docker.io/elasticsearch:7.12.0

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

docker.io/elasticsearch:7.17.6

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

docker.io/elasticsearch:6.8.22

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

docker.io/elasticsearch:8.5.1

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

docker.io/elasticsearch:8.10.2

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:8.9.2

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

docker.io/elasticsearch:6.8.6

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

docker.io/elasticsearch:5.5.2

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

docker.io/elasticsearch:5.5

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

docker.io/elasticsearch:7.13.2

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

docker.io/elasticsearch:7.17.25

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

docker.io/elasticsearch:8.15.4

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

docker.io/elasticsearch:7.5.1

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

docker.io/elasticsearch:8.16.1

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

docker.io/elasticsearch:7.6.1

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

docker.io/elasticsearch:7.17.9

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

docker.io/elasticsearch:8.1.0

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

docker.io/elasticsearch:7.12.1

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.5.0

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.7.1

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

docker.io/elasticsearch:8.15.0

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

docker.io/elasticsearch:7.7.0

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

docker.io/elasticsearch:7.17.20

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

docker.io/elasticsearch:7.13.3

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:7.16.2

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:8.2.3

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

docker.io/elasticsearch:8.17.2

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.18.0

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

docker.io/elasticsearch:7.9.3

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

docker.io/elasticsearch:2.4.6-alpine

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

docker.io/elasticsearch:9.0.1

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

docker.io/elasticsearch:8.0.0

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

docker.io/elasticsearch:8.11.3

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

docker.io/elasticsearch:6.8.10

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

docker.io/elasticsearch:7.16.3

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:7.17.19

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

docker.io/elasticsearch:7.7.1

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

docker.io/elasticsearch:9.0.2

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

docker.io/elasticsearch:7.17.3

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

docker.io/elasticsearch:8.14.0

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

docker.io/elasticsearch:9.0.3

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

docker.io/elasticsearch:7.17.14

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:7.17.22

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

docker.io/elasticsearch:8.19.2

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

docker.io/elasticsearch:5.6.16

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:8.11.0

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:9.0.7

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.12.2

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

docker.io/elasticsearch:7.6.2

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

docker.io/elasticsearch:9.1.5

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

docker.io/elasticsearch:6.8.8

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:9.2.1

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

docker.io/elasticsearch:8.5.3

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

docker.io/elasticsearch:7.13.4

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

docker.io/elasticsearch:8.19.8

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

docker.io/elasticsearch:9.2.2

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

docker.io/elasticsearch:7.17.5

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:8.19.9

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:9.2.4

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:9.2.5

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

docker.io/elasticsearch:9.3.0

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

docker.io/elasticsearch:8.19.11

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

docker.io/elasticsearch:8.8.0

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

docker.io/elasticsearch:8.18.1

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

docker.io/elasticsearch:8.19.13

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

docker.io/elasticsearch:8.19.13

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

docker.io/elasticsearch:6.7.2

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