docker.io/elasticsearch:7.10.1 linux/amd64

docker.io/elasticsearch:7.10.1 - 国内下载镜像源 浏览次数:529
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
源镜像 docker.io/elasticsearch:7.10.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.10.1
镜像ID sha256:558380375f1a36c20e67c3a0b7bf715c659d75520d0e688b066d5e708918d716
镜像TAG 7.10.1
大小 773.76MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD eswrapper
启动入口 /tini -- /usr/local/bin/docker-entrypoint.sh
工作目录 /usr/share/elasticsearch
OS/平台 linux/amd64
浏览量 529 次
贡献者 10*******2@qq.com
镜像创建 2020-12-05T01:07:53.536229274Z
同步时间 2024-08-18 12:07
更新时间 2025-07-06 19:10
开放端口
9200/tcp 9300/tcp
环境变量
PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ELASTIC_CONTAINER=true
镜像标签
2020-12-05T01:00:33.671820Z: org.label-schema.build-date Elastic-License: 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 1c34507e66d7db1211f66f3513706fdf548736aa: org.label-schema.vcs-ref https://github.com/elastic/elasticsearch: org.label-schema.vcs-url Elastic: org.label-schema.vendor 7.10.1: org.label-schema.version 2020-12-05T01:00:33.671820Z: org.opencontainers.image.created https://www.elastic.co/guide/en/elasticsearch/reference/index.html: org.opencontainers.image.documentation Elastic-License: org.opencontainers.image.licenses 1c34507e66d7db1211f66f3513706fdf548736aa: 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.10.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2020-12-05 09:07:53  0.00B 
/bin/sh -c #(nop)  CMD ["eswrapper"]
                        
# 2020-12-05 09:07:53  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2020-12-05 09:07:52  0.00B 
/bin/sh -c #(nop)  LABEL org.label-schema.build-date=2020-12-05T01:00:33.671820Z org.label-schema.license=Elastic-License 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=1c34507e66d7db1211f66f3513706fdf548736aa org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.10.1 org.opencontainers.image.created=2020-12-05T01:00:33.671820Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License org.opencontainers.image.revision=1c34507e66d7db1211f66f3513706fdf548736aa 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.10.1
                        
# 2020-12-05 09:07:52  0.00B 
/bin/sh -c #(nop)  EXPOSE 9200 9300
                        
# 2020-12-05 09:07:52  642.02KB 
/bin/sh -c find / -xdev -perm -4000 -exec chmod ug-s {} +
                        
# 2020-12-05 09:07:47  4.46KB 
/bin/sh -c find /usr/share/elasticsearch/jdk -type d -exec chmod 0755 '{}' \; &&     chmod g=u /etc/passwd &&     chmod 0775 /usr/local/bin/docker-entrypoint.sh
                        
# 2020-12-05 09:07:44  3.70KB 
/bin/sh -c #(nop) COPY file:0270761c0ed4071e2093d63c2340847d61ea39d2c808ee284da9d92d9dcc9515 in /usr/local/bin/docker-entrypoint.sh 
                        
# 2020-12-05 09:07:42  0.00B 
/bin/sh -c #(nop)  ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2020-12-05 09:07:42  40.00B 
/bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts /usr/share/elasticsearch/jdk/lib/security/cacerts
                        
# 2020-12-05 09:07:40  24.06KB 
/bin/sh -c #(nop) COPY --chown=0:0file:df9158ae8b9b283e8ea5bd72d1e344c08dea733e283f9f0941833f467466323c in /tini 
                        
# 2020-12-05 09:07:39  534.84MB 
/bin/sh -c #(nop) COPY --chown=1000:0dir:d04c8aa429d291800796a7aeee8991b24c8ec8d076f25a999218c1bd417d4664 in /usr/share/elasticsearch 
                        
# 2020-12-05 09:07:17  0.00B 
/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
                        
# 2020-12-05 09:07:17  296.74KB 
/bin/sh -c groupadd -g 1000 elasticsearch &&     adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch &&     chmod 0775 /usr/share/elasticsearch &&     chown -R 1000:0 /usr/share/elasticsearch
                        
# 2020-12-05 09:07:14  22.85MB 
/bin/sh -c for iter in {1..10}; do       yum update --setopt=tsflags=nodocs -y &&       yum install --setopt=tsflags=nodocs -y         nc shadow-utils zip unzip  &&       yum clean all && exit_code=0 && break || exit_code=$? && echo "yum error: retry $iter in 10s" &&       sleep 10;     done;     (exit $exit_code)
                        
# 2020-12-05 09:06:24  0.00B 
/bin/sh -c #(nop)  ENV ELASTIC_CONTAINER=true
                        
# 2020-08-11 02:19:49  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2020-08-11 02:19:49  0.00B 
/bin/sh -c #(nop)  LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20200809
                        
# 2020-08-11 02:19:49  215.10MB 
/bin/sh -c #(nop) ADD file:538afc0c5c964ce0dde0141953a4dcf03c2d993c5989c92e7fee418e9305e2a3 in / 
                        
                    

镜像信息

{
    "Id": "sha256:558380375f1a36c20e67c3a0b7bf715c659d75520d0e688b066d5e708918d716",
    "RepoTags": [
        "elasticsearch:7.10.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.10.1"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:7cd88158f6ac75d43b447fdd98c4eb69483fa7bf1be5616a85fe556262dc864a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:e9a1fe65f68b2d2b9583287d1190f67f23af08582eac4d2a8dc342e4219c7306"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2020-12-05T01:07:53.536229274Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.12",
    "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"
        ],
        "Image": "sha256:c6c5e8a2beb581f7952fa512a0978935c0f1099d9b103aa6d525b4f12694ddb0",
        "Volumes": null,
        "WorkingDir": "/usr/share/elasticsearch",
        "Entrypoint": [
            "/tini",
            "--",
            "/usr/local/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.label-schema.build-date": "2020-12-05T01:00:33.671820Z",
            "org.label-schema.license": "Elastic-License",
            "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": "1c34507e66d7db1211f66f3513706fdf548736aa",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "7.10.1",
            "org.opencontainers.image.created": "2020-12-05T01:00:33.671820Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic-License",
            "org.opencontainers.image.revision": "1c34507e66d7db1211f66f3513706fdf548736aa",
            "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.10.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 773756675,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b36513b1ec6e84ce8ee77572d72e1b1bbd9ea5431ce4e8cacf7c0d54fab417aa/diff:/var/lib/docker/overlay2/460e61ec8157c166beb9a8cdb75886a2e90763524acde21aa7c6488d9c86fd41/diff:/var/lib/docker/overlay2/3bf2d981537618f1344473257d8c2a98615ee0d49888da46d3af8f1635e471d0/diff:/var/lib/docker/overlay2/bd83de9a9bc9b7545623a0aed3003b7a82285f72af2b6dd909c391653092ea86/diff:/var/lib/docker/overlay2/947913b1c3eb62eda6845f1ca6d1d1229ce9a09f9e0c455e4f13cdaec48fa6fb/diff:/var/lib/docker/overlay2/3abed4b428c06b2dd964accebf1a2c9fd6600209cd3131ec1f0163bb58cb6f69/diff:/var/lib/docker/overlay2/a1f5b3fe8752966cb2af4b256cc7c25e1c304ce4808dd21d089bc0aa56b3fd33/diff:/var/lib/docker/overlay2/0dc48c6436b34691906d302937cbd403e4e60e9c9b6bfe21bb3e97fef51c9dcb/diff",
            "MergedDir": "/var/lib/docker/overlay2/3e50bd55c6b62b66ed753ab3f918620d97488c5517e988d90a0c2e56eff8416c/merged",
            "UpperDir": "/var/lib/docker/overlay2/3e50bd55c6b62b66ed753ab3f918620d97488c5517e988d90a0c2e56eff8416c/diff",
            "WorkDir": "/var/lib/docker/overlay2/3e50bd55c6b62b66ed753ab3f918620d97488c5517e988d90a0c2e56eff8416c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:291f6e44771a7b4399b0c6fb40ab4fe0331ddf76eda11080f052b003d96c7726",
            "sha256:911490c8ab004e11d1a2148fdafddbd08d5046df14b398044e40453464b8d878",
            "sha256:8f84abff69b87fd151b7cb86de711cc5d694cc27f03b52fa13f1d6a3063b171d",
            "sha256:e2834bada95fe88b11645ce443abbc6450f344b10547e3108bbd372c13b635ff",
            "sha256:b456348ecd844f1e2ab37dd9eb899a5c9e65f2e118cbea84294530b1080fde04",
            "sha256:3f481e912123167217be535731e2e7a3b732cd1c8c835d21c441a1545e5f7011",
            "sha256:b662ef6f4fc1554cfb00ba613543a44c339c5a5b0be6a19fa1839e47252ab3a1",
            "sha256:9117213e7470d2ed125531c3cd0586f4dd985d641c86f499eff5d73e0fe27051",
            "sha256:d6208dd5807577aed422ae98cd21be3302c0cd96c5e4bcece509f02f98707204"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-18T12:05:40.553985927+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

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

docker.io/elasticsearch:8.4.2

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:8.14.3

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

docker.io/elasticsearch:7.10.1

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

docker.io/elasticsearch:7.12.0

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

docker.io/elasticsearch:7.17.6

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

docker.io/elasticsearch:6.8.22

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

docker.io/elasticsearch:8.5.1

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

docker.io/elasticsearch:8.10.2

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

docker.io/elasticsearch:7.17.24

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:8.15.2

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

docker.io/elasticsearch:7.17.8

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

docker.io/elasticsearch:8.9.2

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

docker.io/elasticsearch:6.8.6

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

docker.io/elasticsearch:5.5.2

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

docker.io/elasticsearch:5.5

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

docker.io/elasticsearch:7.13.2

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

docker.io/elasticsearch:7.17.25

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

docker.io/elasticsearch:8.15.4

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

docker.io/elasticsearch:7.5.1

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

docker.io/elasticsearch:8.16.1

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

docker.io/elasticsearch:7.6.1

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

docker.io/elasticsearch:7.17.9

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

docker.io/elasticsearch:8.1.0

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

docker.io/elasticsearch:7.12.1

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.5.0

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

docker.io/elasticsearch:8.17.0

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

docker.io/elasticsearch:8.7.1

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

docker.io/elasticsearch:8.15.0

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

docker.io/elasticsearch:7.7.0

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

docker.io/elasticsearch:7.17.20

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

docker.io/elasticsearch:7.13.3

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:7.16.2

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:8.2.3

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

docker.io/elasticsearch:8.17.2

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.18.0

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

docker.io/elasticsearch:7.9.3

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

docker.io/elasticsearch:2.4.6-alpine

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

docker.io/elasticsearch:9.0.1

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

docker.io/elasticsearch:8.0.0

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

docker.io/elasticsearch:8.11.3

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

docker.io/elasticsearch:6.8.10

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

docker.io/elasticsearch:7.16.3

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:7.17.19

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