docker.io/elasticsearch:7.17.24 linux/arm64

docker.io/elasticsearch:7.17.24 - 国内下载镜像源 浏览次数:9 温馨提示: 这是一个 linux/arm64 系统架构镜像
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
源镜像 docker.io/elasticsearch:7.17.24
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.17.24-linuxarm64
镜像ID sha256:36d53bc38408d393f5d9702d35df5ca8b1296601b7635c3acb33662159c69e67
镜像TAG 7.17.24-linuxarm64
大小 623.50MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD eswrapper
启动入口 /bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录 /usr/share/elasticsearch
OS/平台 linux/arm64
浏览量 9 次
贡献者
镜像创建 2024-09-10T08:21:14Z
同步时间 2025-07-22 16:26
更新时间 2025-07-22 23:05
开放端口
9200/tcp 9300/tcp
环境变量
PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ELASTIC_CONTAINER=true
镜像标签
2024-09-05T07:34:51.812485320Z: 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 fcf25fff740db6ab3ed5d145c58d70e4c3528ea7: org.label-schema.vcs-ref https://github.com/elastic/elasticsearch: org.label-schema.vcs-url Elastic: org.label-schema.vendor 7.17.24: org.label-schema.version 2024-09-05T07:34:51.812485320Z: 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 fcf25fff740db6ab3ed5d145c58d70e4c3528ea7: 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.24: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-09-10 16:21:14  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2024-09-10 16:21:14  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2024-09-10 16:21:14  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2024-09-05T07:34:51.812485320Z 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=fcf25fff740db6ab3ed5d145c58d70e4c3528ea7 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.17.24 org.opencontainers.image.created=2024-09-05T07:34:51.812485320Z 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=fcf25fff740db6ab3ed5d145c58d70e4c3528ea7 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.24
                        
# 2024-09-10 16:21:14  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2024-09-10 16:21:14  163.08KB 执行命令并创建新的镜像层
RUN /bin/sh -c /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2024-09-10 16:21:14  329.00B 复制新文件或目录到容器中
COPY bin/docker-openjdk /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2024-09-10 16:21:14  451.58KB 执行命令并创建新的镜像层
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-09-10 16:21:14  4.33KB 复制新文件或目录到容器中
COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2024-09-10 16:21:14  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-09-10 16:21:14  23.90KB 复制新文件或目录到容器中
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
                        
# 2024-09-10 16:21:14  539.32MB 复制新文件或目录到容器中
COPY --chown=0:0 /usr/share/elasticsearch /usr/share/elasticsearch # buildkit
                        
# 2024-09-10 16:21:14  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2024-09-10 16:21:14  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2024-09-10 16:21:14  337.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-09-10 16:21:14  17.54MB 执行命令并创建新的镜像层
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-09-10 16:21:14  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-09-10 16:21:14  65.66MB 
/bin/sh -c #(nop) ADD file:8537b4db344382b39d669af27cd94ec0f870ceafe58c67ee54e3f9b38fb8d671 in / 
                        
# 2024-09-10 16:21:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2024-09-10 16:21:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-09-10 16:21:14  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-09-10 16:21:14  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:36d53bc38408d393f5d9702d35df5ca8b1296601b7635c3acb33662159c69e67",
    "RepoTags": [
        "elasticsearch:7.17.24",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.17.24-linuxarm64"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:b0d12b455e24b00539a119b0e6c88bcb7477bd6328a2c5c16ddfe7f39669357b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:3067a5543cacfdaf1a82715b18c7d35cfc6ebee0ffc2b5160228e04b3a9dc45a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-10T08:21:14Z",
    "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-09-05T07:34:51.812485320Z",
            "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": "fcf25fff740db6ab3ed5d145c58d70e4c3528ea7",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "7.17.24",
            "org.opencontainers.image.created": "2024-09-05T07:34:51.812485320Z",
            "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": "fcf25fff740db6ab3ed5d145c58d70e4c3528ea7",
            "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.24"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 623504231,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4034a040d497d9c2c7b008880b2c17463f0ba9a89a351ea815d4169e11aa6548/diff:/var/lib/docker/overlay2/6df2690dba222177068ef73b60dc60865f5f49215d58e1e40cc248b37ec84678/diff:/var/lib/docker/overlay2/b70c523794f57b7a254cd5209af38851db76c2964aad00db2b2c89ffea14ebfb/diff:/var/lib/docker/overlay2/be24ef82c29096bd948706a35779ea61d808cec403d629576444cd7308ba9d32/diff:/var/lib/docker/overlay2/8a7d0c277365f9b3348e6b59758c63f903d2ae5542ef9435de8b9ee1a7c3f89f/diff:/var/lib/docker/overlay2/0281c38660a9d2c2e4e1b510114119018bc73acb4e0c9cced96ccc8480fa8688/diff:/var/lib/docker/overlay2/a6e0b9febac502c2877908666e7a5fb1a79793212f0059a635d3d1d949853798/diff:/var/lib/docker/overlay2/cc79f5e5ce72d1633b1b5d93f9d9a88b8e95cd730d1669a49e8ce2859d76ead0/diff:/var/lib/docker/overlay2/b73a5a0811efc7e927b1fe131b846d3bbf35affad0e59b5e02b4af626ad02d0f/diff",
            "MergedDir": "/var/lib/docker/overlay2/e7461d40d40a07e6c1b7176fa42efd4c9ea6381546f29acf39efbf1982f513e3/merged",
            "UpperDir": "/var/lib/docker/overlay2/e7461d40d40a07e6c1b7176fa42efd4c9ea6381546f29acf39efbf1982f513e3/diff",
            "WorkDir": "/var/lib/docker/overlay2/e7461d40d40a07e6c1b7176fa42efd4c9ea6381546f29acf39efbf1982f513e3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:171652ecd561458ec6fcca88016f1d5552155ecaff2445a38a97f49d6b672904",
            "sha256:0d960a5642e05d4bb0b928019fb2f56b36494a0e6a6e00517599d698e0c86708",
            "sha256:daeb83f8de63e712b3a0c9c3b5716903b69a9ce45917be4935dc954e1cb2e5fa",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f23acc1a346c9f05f995b3e10998d98d3591bb1a7a71db32eb0f82e3b397f269",
            "sha256:0545ed68bcc3224379dc4db0655833dc344960259263ef364deb728b1cd7dbd7",
            "sha256:0b001537c997a8d84f674051dd5773dbc34af58f7f024525467bc282cdaec545",
            "sha256:8a9649b794c30625803411dafaf9a3e4d62d7d98f5b2781c0eafeb402366f825",
            "sha256:ea40a75200fc1875f2fff00ed0420f463b413cbc20f9114554e388847670b19d",
            "sha256:7e1b634dbd2940762861d132798c7308fdea2631434d891e473d65e7a78130c5"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-22T16:26:13.239369153+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

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

docker.io/elasticsearch:8.4.2

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:8.14.3

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

docker.io/elasticsearch:7.10.1

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

docker.io/elasticsearch:7.12.0

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

docker.io/elasticsearch:7.17.6

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

docker.io/elasticsearch:6.8.22

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

docker.io/elasticsearch:8.5.1

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

docker.io/elasticsearch:8.10.2

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:8.9.2

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

docker.io/elasticsearch:6.8.6

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

docker.io/elasticsearch:5.5.2

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

docker.io/elasticsearch:5.5

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

docker.io/elasticsearch:7.13.2

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

docker.io/elasticsearch:7.17.25

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

docker.io/elasticsearch:8.15.4

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

docker.io/elasticsearch:7.5.1

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

docker.io/elasticsearch:8.16.1

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

docker.io/elasticsearch:7.6.1

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

docker.io/elasticsearch:7.17.9

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

docker.io/elasticsearch:8.1.0

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

docker.io/elasticsearch:7.12.1

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.5.0

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.7.1

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

docker.io/elasticsearch:8.15.0

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

docker.io/elasticsearch:7.7.0

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

docker.io/elasticsearch:7.17.20

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

docker.io/elasticsearch:7.13.3

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:7.16.2

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:8.2.3

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

docker.io/elasticsearch:8.17.2

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.18.0

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

docker.io/elasticsearch:7.9.3

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

docker.io/elasticsearch:2.4.6-alpine

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

docker.io/elasticsearch:9.0.1

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

docker.io/elasticsearch:8.0.0

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

docker.io/elasticsearch:8.11.3

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

docker.io/elasticsearch:6.8.10

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

docker.io/elasticsearch:7.16.3

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:7.17.19

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

docker.io/elasticsearch:7.7.1

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

docker.io/elasticsearch:9.0.2

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

docker.io/elasticsearch:7.17.3

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

docker.io/elasticsearch:8.14.0

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

docker.io/elasticsearch:9.0.3

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

docker.io/elasticsearch:7.17.14

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

docker.io/elasticsearch:7.17.24

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