logo
docker.io/elasticsearch:7.17.23
linux/amd64 docker.io
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
1076
浏览次数
633.78MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.17.23
源镜像
docker.io/elasticsearch:7.17.23
镜像ID
sha256:b8dcae8769c3d51e1eb24ca90844dd084cae50c32f4964a6ebf9d5d51fa63138
镜像 TAG
7.17.23
镜像大小
633.78MB
平台架构
linux/amd64
镜像源
docker.io
CMD
eswrapper
启动入口
/bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录
/usr/share/elasticsearch
OS/平台
linux/amd64
镜像创建
2024-07-30T15:39:57Z
同步时间
2024-08-14 22:27
浏览量
1076 次
贡献者
🔌 开放端口 2
9200/tcp 9300/tcp
⚙️ 环境变量 2
KeyValue
PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
ELASTIC_CONTAINER=true 1
🏷️ 镜像标签 20
KeyValue
2024-07-25T14:37:42.448799567Z 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
61d76462eecaf09ada684d1b5d319b5ff6865a83 org.label-schema.vcs-ref
https://github.com/elastic/elasticsearch org.label-schema.vcs-url
Elastic org.label-schema.vendor
7.17.23 org.label-schema.version
2024-07-25T14:37:42.448799567Z 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
61d76462eecaf09ada684d1b5d319b5ff6865a83 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
7.17.23 org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-07-30 23:39:57  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2024-07-30 23:39:57  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2024-07-30 23:39:57  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2024-07-25T14:37:42.448799567Z 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=61d76462eecaf09ada684d1b5d319b5ff6865a83 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.17.23 org.opencontainers.image.created=2024-07-25T14:37:42.448799567Z 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=61d76462eecaf09ada684d1b5d319b5ff6865a83 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=7.17.23
                        
# 2024-07-30 23:39:57  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2024-07-30 23:39:57  155.03KB 执行命令并创建新的镜像层
RUN /bin/sh -c /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2024-07-30 23:39:57  329.00B 复制新文件或目录到容器中
COPY bin/docker-openjdk /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2024-07-30 23:39:57  507.37KB 执行命令并创建新的镜像层
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
                        
# 2024-07-30 23:39:57  4.33KB 复制新文件或目录到容器中
COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2024-07-30 23:39:57  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-07-30 23:39:57  24.06KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2024-07-30 23:39:57  541.46MB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/elasticsearch /usr/share/elasticsearch # buildkit
                        
# 2024-07-30 23:39:57  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2024-07-30 23:39:57  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2024-07-30 23:39:57  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
                        
# 2024-07-30 23:39:57  18.48MB 执行命令并创建新的镜像层
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-06-04 01:10:43  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-06-04 01:10:43  72.81MB 
/bin/sh -c #(nop) ADD file:e7cff353f027ecf0a2cb1cdd51714de3b083a11a0d965f104489f9a7e6925056 in / 
                        
# 2024-06-04 01:10:41  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2024-06-04 01:10:41  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-06-04 01:10:41  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-06-04 01:10:41  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:b8dcae8769c3d51e1eb24ca90844dd084cae50c32f4964a6ebf9d5d51fa63138",
    "RepoTags": [
        "elasticsearch:7.17.23",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.17.23"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:fa9f4b9dc351278ea3ca6f230b4baffaac35d5bcd985437b7a254708b6ccf78b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:cb4fb90b9ce7b3cf47571afa23307fc3c93f3d04f12b02bbc10dfea1a892d2bc"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-07-30T15:39:57Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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"
        ],
        "Cmd": [
            "eswrapper"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/elasticsearch",
        "Entrypoint": [
            "/bin/tini",
            "--",
            "/usr/local/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.label-schema.build-date": "2024-07-25T14:37:42.448799567Z",
            "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": "61d76462eecaf09ada684d1b5d319b5ff6865a83",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "7.17.23",
            "org.opencontainers.image.created": "2024-07-25T14:37:42.448799567Z",
            "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": "61d76462eecaf09ada684d1b5d319b5ff6865a83",
            "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": "7.17.23"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 633775080,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/633af0e4f80b31514b3d6d914284bb6a37eb26be2b1a396be5d10813cf998837/diff:/var/lib/docker/overlay2/88f2a2b9954a4f5b7f99c5cc781d80f31beb12627a962b3ec71ff4f4c020fb15/diff:/var/lib/docker/overlay2/08faf7d6605677f7ef7a731bb0bc6c79e0864987dc28bf4c749778e97105c30f/diff:/var/lib/docker/overlay2/8bb93a1d52a0d136c43eb1abc895320a7dca9e37a19c5e39f03b228b4d131b4c/diff:/var/lib/docker/overlay2/11fa9eb2a4634944270c3a59d45edb972b8ddfdb50e862f45ed1a1e4cf625f3d/diff:/var/lib/docker/overlay2/d9efd9a965befb3eb8a5ed726b1f6908cd30519f7bfba8d00b225c75a9102922/diff:/var/lib/docker/overlay2/bb53a307640ea98e3125144e6b8ff476be1ecbe67af31538a519bad4a4cb6a8a/diff:/var/lib/docker/overlay2/bc46a968459a190e2ed8b5e12e6ad1e510d6eb893e58f2a31a03e83b7330883d/diff:/var/lib/docker/overlay2/28460f1f1dfb997871a508b9ebd3d46ee2ddc55d0ee1cf8929d9409129ba41a5/diff",
            "MergedDir": "/var/lib/docker/overlay2/e6ce2cd4f8de9443eef17384d2eb3ba229652890e46c3e62b4e5ac3d96a12ee9/merged",
            "UpperDir": "/var/lib/docker/overlay2/e6ce2cd4f8de9443eef17384d2eb3ba229652890e46c3e62b4e5ac3d96a12ee9/diff",
            "WorkDir": "/var/lib/docker/overlay2/e6ce2cd4f8de9443eef17384d2eb3ba229652890e46c3e62b4e5ac3d96a12ee9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3ec3ded77c0ce89e931f92aed086b2a2c774a6fbd51617853decc8afa4e1087a",
            "sha256:e55b8bd87e7266e75c66c06c2a545a6b205008ce2521ad991a853794431b1643",
            "sha256:7ca516f91b786abd47ea79b9c25bc6c7ecbe5d57daedb63f8e5d7f52049543c9",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:edcf4fc14dfb3ba6f068f5b51bec300a41677da91523ee525cb881c87cb2f6b7",
            "sha256:4b2335ecd2995526d244ce7b4261ee5665557a7c5596de297c7465672f8fca0c",
            "sha256:094d6e0159deb6da7933de6bfbc6dfb17b636c6de215f594f58e009fe586fea1",
            "sha256:e7ecf339c03c372cffc2a07c1c9f32987de756936a89c01093fcc2c607372b03",
            "sha256:860f6875bb2d54847c1750f03dc96d7c21f947d4270048d008e04407538896cd",
            "sha256:0f237edf5814c43687b2c085dbcd85d9f91727ccaa21b068359fd19cda37966a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-14T22:26:11.484975877+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

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

docker.io/elasticsearch:8.4.2

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:8.14.3

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

docker.io/elasticsearch:7.10.1

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

docker.io/elasticsearch:7.12.0

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

docker.io/elasticsearch:7.17.6

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

docker.io/elasticsearch:6.8.22

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

docker.io/elasticsearch:8.5.1

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

docker.io/elasticsearch:8.10.2

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:8.9.2

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

docker.io/elasticsearch:6.8.6

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

docker.io/elasticsearch:5.5.2

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

docker.io/elasticsearch:5.5

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

docker.io/elasticsearch:7.13.2

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

docker.io/elasticsearch:7.17.25

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

docker.io/elasticsearch:8.15.4

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

docker.io/elasticsearch:7.5.1

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

docker.io/elasticsearch:8.16.1

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

docker.io/elasticsearch:7.6.1

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

docker.io/elasticsearch:7.17.9

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

docker.io/elasticsearch:8.1.0

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

docker.io/elasticsearch:7.12.1

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.5.0

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.7.1

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

docker.io/elasticsearch:8.15.0

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

docker.io/elasticsearch:7.7.0

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

docker.io/elasticsearch:7.17.20

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

docker.io/elasticsearch:7.13.3

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:7.16.2

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:8.2.3

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

docker.io/elasticsearch:8.17.2

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.18.0

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

docker.io/elasticsearch:7.9.3

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

docker.io/elasticsearch:2.4.6-alpine

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

docker.io/elasticsearch:9.0.1

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

docker.io/elasticsearch:8.0.0

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

docker.io/elasticsearch:8.11.3

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

docker.io/elasticsearch:6.8.10

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

docker.io/elasticsearch:7.16.3

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:7.17.19

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

docker.io/elasticsearch:7.7.1

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

docker.io/elasticsearch:9.0.2

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

docker.io/elasticsearch:7.17.3

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

docker.io/elasticsearch:8.14.0

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

docker.io/elasticsearch:9.0.3

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

docker.io/elasticsearch:7.17.14

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:7.17.22

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

docker.io/elasticsearch:8.19.2

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

docker.io/elasticsearch:5.6.16

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:8.11.0

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:9.0.7

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.12.2

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

docker.io/elasticsearch:7.6.2

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

docker.io/elasticsearch:9.1.5

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

docker.io/elasticsearch:6.8.8

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:9.2.1

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

docker.io/elasticsearch:8.5.3

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

docker.io/elasticsearch:7.13.4

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

docker.io/elasticsearch:8.19.8

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

docker.io/elasticsearch:9.2.2

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

docker.io/elasticsearch:7.17.5

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:7.17.0

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

docker.io/elasticsearch:8.19.9

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

docker.io/elasticsearch:7.17.2

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:8.17.10

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

docker.io/elasticsearch:9.2.4

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

docker.io/elasticsearch:7.8.0

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

docker.io/elasticsearch:9.2.5

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

docker.io/elasticsearch:9.3.0

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

docker.io/elasticsearch:8.19.11

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

docker.io/elasticsearch:8.8.0

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

docker.io/elasticsearch:8.18.1

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

docker.io/elasticsearch:8.19.13

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

docker.io/elasticsearch:8.19.13

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

docker.io/elasticsearch:6.7.2

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

docker.io/elasticsearch:9.4.2

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

docker.io/elasticsearch:8.19.17

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

docker.io/elasticsearch:8.19.18

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

docker.io/elasticsearch:8.12.0

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

docker.io/elasticsearch:8.19.19

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