docker.io/elasticsearch:8.17.3 linux/amd64

docker.io/elasticsearch:8.17.3 - 国内下载镜像源 浏览次数:480
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
源镜像 docker.io/elasticsearch:8.17.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:8.17.3
镜像ID sha256:fe65524de8716eefcf19e9d91e0f7368a6726520e5ecdc66edd7d74ad20be70e
镜像TAG 8.17.3
大小 1.32GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD eswrapper
启动入口 /bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录 /usr/share/elasticsearch
OS/平台 linux/amd64
浏览量 480 次
贡献者
镜像创建 2025-03-04T09:12:50Z
同步时间 2025-03-23 13:12
开放端口
9200/tcp 9300/tcp
环境变量
PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ELASTIC_CONTAINER=true SHELL=/bin/bash
镜像标签
2025-02-28T10:07:26.089129809Z: 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 a091390de485bd4b127884f7e565c0cad59b10d2: org.label-schema.vcs-ref https://github.com/elastic/elasticsearch: org.label-schema.vcs-url Elastic: org.label-schema.vendor 8.17.3: org.label-schema.version 2025-02-28T10:07:26.089129809Z: 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 ubuntu: org.opencontainers.image.ref.name a091390de485bd4b127884f7e565c0cad59b10d2: 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 8.17.3: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-03-04 17:12:50  0.00B 指定运行容器时使用的用户
USER 1000:0
                        
# 2025-03-04 17:12:50  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2025-03-04 17:12:50  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2025-03-04 17:12:50  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-02-28T10:07:26.089129809Z 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=a091390de485bd4b127884f7e565c0cad59b10d2 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=8.17.3 org.opencontainers.image.created=2025-02-28T10:07:26.089129809Z 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=a091390de485bd4b127884f7e565c0cad59b10d2 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=8.17.3
                        
# 2025-03-04 17:12:50  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2025-03-04 17:12:50  163.08KB 执行命令并创建新的镜像层
RUN /bin/sh -c /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2025-03-04 17:12:50  329.00B 复制新文件或目录到容器中
COPY bin/docker-openjdk /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2025-03-04 17:12:50  506.55KB 执行命令并创建新的镜像层
RUN /bin/sh -c chmod g=u /etc/passwd &&     chmod 0555 /usr/local/bin/docker-entrypoint.sh &&     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-03-04 17:12:50  3.51KB 复制新文件或目录到容器中
COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2025-03-04 17:12:50  0.00B 设置环境变量 SHELL
ENV SHELL=/bin/bash
                        
# 2025-03-04 17:12:50  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-03-04 17:12:50  24.06KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2025-03-04 17:12:50  1.21GB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/elasticsearch /usr/share/elasticsearch # buildkit
                        
# 2025-03-04 17:12:50  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2025-03-04 17:12:50  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-03-04 17:12:50  333.94KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -g 1000 elasticsearch &&     adduser --uid 1000 --gid 1000 --home /usr/share/elasticsearch elasticsearch &&     adduser elasticsearch root &&     chown -R 0:0 /usr/share/elasticsearch # buildkit
                        
# 2025-03-04 17:12:50  37.05MB 执行命令并创建新的镜像层
RUN /bin/sh -c yes no | dpkg-reconfigure dash &&     for iter in 1 2 3 4 5 6 7 8 9 10; do       export DEBIAN_FRONTEND=noninteractive &&       apt-get update &&       apt-get upgrade -y &&       apt-get install -y --no-install-recommends         ca-certificates curl netcat p11-kit unzip zip  &&       apt-get clean &&       rm -rf /var/lib/apt/lists/* &&       exit_code=0 && break ||         exit_code=$? && echo "apt-get error: retry $iter in 10s" && sleep 10;     done;     exit $exit_code # buildkit
                        
# 2024-10-11 11:38:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-10-11 11:38:27  72.81MB 
/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in / 
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:fe65524de8716eefcf19e9d91e0f7368a6726520e5ecdc66edd7d74ad20be70e",
    "RepoTags": [
        "elasticsearch:8.17.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:8.17.3"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:2cc40b15dff85281ac804e7ff27cbc07b31fdd542e94ea7a2bdb6470e3b6bb68",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:40d1df0c1bcec282917f754ff95042ea047c0d37eb5b8cb76b04f59196d96096"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-04T09:12:50Z",
    "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",
            "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": {
            "org.label-schema.build-date": "2025-02-28T10:07:26.089129809Z",
            "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": "a091390de485bd4b127884f7e565c0cad59b10d2",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "8.17.3",
            "org.opencontainers.image.created": "2025-02-28T10:07:26.089129809Z",
            "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.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "a091390de485bd4b127884f7e565c0cad59b10d2",
            "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": "8.17.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1321260885,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ffae86ce428f22dfabd34ea176ec19ae92864f1d9adf28e35bc0501881fccf60/diff:/var/lib/docker/overlay2/5c9f4186f9adb9af3814cbd6ccbc7c66d7d6dad4659755ddf6e5b853c17ce1d5/diff:/var/lib/docker/overlay2/ce2f10ec249ddd125585de325c5038eeb0ad160e2b6b81bb2131c93c042cb794/diff:/var/lib/docker/overlay2/0edc5f6adcb57c52d1307313fa50bacde213e95eefba15c2b02e3cca0eae7f9f/diff:/var/lib/docker/overlay2/7dd7c26ea8281d036c51f4922fd4b262b371ef89fe8ec3f2bed0473ceeff2f67/diff:/var/lib/docker/overlay2/4c4769364c987b03b4ac9aec29837edc4c17d358291eedd07f3e86f1c419179d/diff:/var/lib/docker/overlay2/36300bc3dc7decc438e6b58c306e2715c483bda3ceca3246c144952beeb0e248/diff:/var/lib/docker/overlay2/57e22a8c283354711c9ba8162f44f2d68b1763cba1ad986bcafea9a32731635c/diff:/var/lib/docker/overlay2/364ee650fcb55abc90ea2c6b6b0e7b00ae28674a17a09f26a611d7681de96bc4/diff",
            "MergedDir": "/var/lib/docker/overlay2/59b173424fa8188e9b54406ab39547a6cdd0727eff183522149bf753d1347f8b/merged",
            "UpperDir": "/var/lib/docker/overlay2/59b173424fa8188e9b54406ab39547a6cdd0727eff183522149bf753d1347f8b/diff",
            "WorkDir": "/var/lib/docker/overlay2/59b173424fa8188e9b54406ab39547a6cdd0727eff183522149bf753d1347f8b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fffe76c64ef2dee2d80a8bb3ad13d65d596d04a45510b1956a976a69215dae92",
            "sha256:1f11aa177df6cc36da59fed2fb60bb613dfd167d10b622f6670e7f162ef6453b",
            "sha256:c527d5dcd118974450dc713287b3813054659d579aff0bc525257ea781753265",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:0c639c946c2a952a08f854bfb23eb3f6e9954b3e84fa7605ec8b247a5532edef",
            "sha256:be904c3dec7807457a2860b1c98d2e36549851fcc90d6b110f1fb51329c886e0",
            "sha256:dce9eaa8281d1b817a8f5e33bde5f8cd3a5639343874bd0265b00f06ba44533d",
            "sha256:b458391089ebf4a3ee642dd6a2cd3e6edc2a4d7cb899e3f41a7b2be0d2f97998",
            "sha256:72be9eedfcd576194fcc5862cd3b8a0aea28873c9abcf9d38930027a55fc5606",
            "sha256:ed51fb15e1a000ac38a30b3b132319dd8364400655e6cc889100659f9d02721a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-23T13:10:36.585610681+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

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

docker.io/elasticsearch:8.4.2

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:8.14.3

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

docker.io/elasticsearch:7.10.1

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

docker.io/elasticsearch:7.12.0

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

docker.io/elasticsearch:7.17.6

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

docker.io/elasticsearch:6.8.22

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

docker.io/elasticsearch:8.5.1

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

docker.io/elasticsearch:8.10.2

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:8.9.2

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

docker.io/elasticsearch:6.8.6

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

docker.io/elasticsearch:5.5.2

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

docker.io/elasticsearch:5.5

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

docker.io/elasticsearch:7.13.2

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

docker.io/elasticsearch:7.17.25

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

docker.io/elasticsearch:8.15.4

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

docker.io/elasticsearch:7.5.1

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

docker.io/elasticsearch:8.16.1

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

docker.io/elasticsearch:7.6.1

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

docker.io/elasticsearch:7.17.9

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

docker.io/elasticsearch:8.1.0

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

docker.io/elasticsearch:7.12.1

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.5.0

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.7.1

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

docker.io/elasticsearch:8.15.0

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

docker.io/elasticsearch:7.7.0

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

docker.io/elasticsearch:7.17.20

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

docker.io/elasticsearch:7.13.3

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:7.16.2

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:8.2.3

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

docker.io/elasticsearch:8.17.2

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.18.0

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

docker.io/elasticsearch:7.9.3

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

docker.io/elasticsearch:2.4.6-alpine

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

docker.io/elasticsearch:9.0.1

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

docker.io/elasticsearch:8.0.0

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

docker.io/elasticsearch:8.11.3

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

docker.io/elasticsearch:6.8.10

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

docker.io/elasticsearch:7.16.3

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:7.17.19

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

docker.io/elasticsearch:7.7.1

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

docker.io/elasticsearch:9.0.2

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

docker.io/elasticsearch:7.17.3

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

docker.io/elasticsearch:8.14.0

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

docker.io/elasticsearch:9.0.3

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

docker.io/elasticsearch:7.17.14

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:7.17.22

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

docker.io/elasticsearch:8.19.2

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

docker.io/elasticsearch:5.6.16

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:8.11.0

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:9.0.7

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.12.2

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

docker.io/elasticsearch:7.6.2

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

docker.io/elasticsearch:9.1.5

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

docker.io/elasticsearch:6.8.8

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:9.2.1

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

docker.io/elasticsearch:8.5.3

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

docker.io/elasticsearch:7.13.4

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

docker.io/elasticsearch:8.19.8

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

docker.io/elasticsearch:9.2.2

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

docker.io/elasticsearch:7.17.5

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:8.19.9

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:9.2.4

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:9.2.5

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

docker.io/elasticsearch:9.3.0

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

docker.io/elasticsearch:8.19.11

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

docker.io/elasticsearch:8.8.0

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