docker.io/elasticsearch:7.7.1 linux/amd64

docker.io/elasticsearch:7.7.1 - 国内下载镜像源 浏览次数:6
ELK stack组件之一,Elasticsearch是一个分布式搜索和分析引擎,可以存储、索引和搜索大规模数据。
源镜像 docker.io/elasticsearch:7.7.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.7.1
镜像ID sha256:830a894845e39d20e413d8a824ba1f7562d76a02cf9a85a8b6d1d9d47a4d5dd3
镜像TAG 7.7.1
大小 804.29MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD eswrapper
启动入口 /tini -- /usr/local/bin/docker-entrypoint.sh
工作目录 /usr/share/elasticsearch
OS/平台 linux/amd64
浏览量 6 次
贡献者
镜像创建 2020-05-28T16:35:24.240322241Z
同步时间 2025-07-08 11:59
更新时间 2025-07-08 15:48
开放端口
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-05-28T16:30:01.040088Z: 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 ad56dce891c901a492bb1ee393f12dfff473a423: org.label-schema.vcs-ref https://github.com/elastic/elasticsearch: org.label-schema.vcs-url Elastic: org.label-schema.vendor 7.7.1: org.label-schema.version 2020-05-28T16:30:01.040088Z: org.opencontainers.image.created https://www.elastic.co/guide/en/elasticsearch/reference/index.html: org.opencontainers.image.documentation Elastic-License: org.opencontainers.image.licenses ad56dce891c901a492bb1ee393f12dfff473a423: 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.7.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2020-05-29 00:35:24  0.00B 
/bin/sh -c #(nop)  CMD ["eswrapper"]
                        
# 2020-05-29 00:35:24  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2020-05-29 00:35:23  0.00B 
/bin/sh -c #(nop)  LABEL org.label-schema.build-date=2020-05-28T16:30:01.040088Z 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=ad56dce891c901a492bb1ee393f12dfff473a423 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.7.1 org.opencontainers.image.created=2020-05-28T16:30:01.040088Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License org.opencontainers.image.revision=ad56dce891c901a492bb1ee393f12dfff473a423 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.7.1
                        
# 2020-05-29 00:35:23  0.00B 
/bin/sh -c #(nop)  EXPOSE 9200 9300
                        
# 2020-05-29 00:35:23  483.84KB 
/bin/sh -c find / -xdev -perm -4000 -exec chmod ug-s {} +
                        
# 2020-05-29 00:35:22  4.38KB 
/bin/sh -c chmod g=u /etc/passwd &&     chmod 0775 /usr/local/bin/docker-entrypoint.sh
                        
# 2020-05-29 00:35:21  3.69KB 
/bin/sh -c #(nop) COPY file:d964df1452418918baf1d29ee20df18c9648ca6c9d51764640fca470bd9a9366 in /usr/local/bin/docker-entrypoint.sh 
                        
# 2020-05-29 00:35:21  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-05-29 00:35:20  40.00B 
/bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts /usr/share/elasticsearch/jdk/lib/security/cacerts
                        
# 2020-05-29 00:35:19  526.93MB 
/bin/sh -c #(nop) COPY --chown=1000:0dir:9c49dbccde77e200cb496a42bb738b343834cce925f6c128737575f84c32cbd2 in /usr/share/elasticsearch 
                        
# 2020-05-29 00:35:08  0.00B 
/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
                        
# 2020-05-29 00:35:08  360.38KB 
/bin/sh -c groupadd -g 1000 elasticsearch &&     adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch &&     chmod 0775 /usr/share/elasticsearch &&     chgrp 0 /usr/share/elasticsearch
                        
# 2020-05-29 00:35:07  73.14MB 
/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-05-29 00:34:37  24.06KB 
/bin/sh -c #(nop) COPY file:df9158ae8b9b283e8ea5bd72d1e344c08dea733e283f9f0941833f467466323c in /tini 
                        
# 2020-05-29 00:34:36  0.00B 
/bin/sh -c #(nop)  ENV ELASTIC_CONTAINER=true
                        
# 2020-05-06 05:20:07  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2020-05-06 05:20:06  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=20200504 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-05-04 00:00:00+01:00
                        
# 2020-05-06 05:20:06  203.34MB 
/bin/sh -c #(nop) ADD file:38e2d2a1a0cd8694bd5086f257fdf7504f0c2481bf4f746c9bd1c8d9f3f6430d in / 
                        
                    

镜像信息

{
    "Id": "sha256:830a894845e39d20e413d8a824ba1f7562d76a02cf9a85a8b6d1d9d47a4d5dd3",
    "RepoTags": [
        "elasticsearch:7.7.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch:7.7.1"
    ],
    "RepoDigests": [
        "elasticsearch@sha256:dff614393a31b93e8bbe9f8d1a77be041da37eac2a7a9567166dd5a2abab7c67",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elasticsearch@sha256:85afaf2752085119a3835127a06001aecb2780ef070ce8dc74a1610e64aa5769"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2020-05-28T16:35:24.240322241Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.8",
    "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:9a105291472c67a41cd4ed711e3db5e87f6073550fd1402f9cb8e70597abe019",
        "Volumes": null,
        "WorkingDir": "/usr/share/elasticsearch",
        "Entrypoint": [
            "/tini",
            "--",
            "/usr/local/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.label-schema.build-date": "2020-05-28T16:30:01.040088Z",
            "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": "ad56dce891c901a492bb1ee393f12dfff473a423",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "7.7.1",
            "org.opencontainers.image.created": "2020-05-28T16:30:01.040088Z",
            "org.opencontainers.image.documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/index.html",
            "org.opencontainers.image.licenses": "Elastic-License",
            "org.opencontainers.image.revision": "ad56dce891c901a492bb1ee393f12dfff473a423",
            "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.7.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 804287164,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b5d9063af39e5c422be408f87efa03ad5a35d1b5fafdc3645e388aee2aea408b/diff:/var/lib/docker/overlay2/98d2b15111f052378d8871d251af1840ab3a257a81db2edc98e58590dcac276d/diff:/var/lib/docker/overlay2/44fbc1912036bc460d260d1e3476df12d05846e4ac5b051075c6047d7a8fadf4/diff:/var/lib/docker/overlay2/41882891cd1735ef5bf2e44834517ffa6bbfff7fe4d0f6afcfc700a8390d5cd0/diff:/var/lib/docker/overlay2/0e2336f9473295eed5fc469864760b473620860ab0174f24fbbb68ce2a8afd8a/diff:/var/lib/docker/overlay2/d69ac60e996a2b064089802ef4061d392aa86b90d84068c31602e2c1c5f591b8/diff:/var/lib/docker/overlay2/ea6ee129a6f53c1c089e641b53721f72542504a4ba7bcb86857fa3d9cb1a0835/diff:/var/lib/docker/overlay2/784a4c778499355e631b0e81e4e55457aa59a439ba5ea600d8da27bf500d055f/diff",
            "MergedDir": "/var/lib/docker/overlay2/da26018b4d83b081c77ae92c400962bbb160cfaa324f3ab73f4a510e5f8f93a3/merged",
            "UpperDir": "/var/lib/docker/overlay2/da26018b4d83b081c77ae92c400962bbb160cfaa324f3ab73f4a510e5f8f93a3/diff",
            "WorkDir": "/var/lib/docker/overlay2/da26018b4d83b081c77ae92c400962bbb160cfaa324f3ab73f4a510e5f8f93a3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:edf3aa290fb3c255a84fe836109093fbfeef65c08544f655fad8d6afb53868ba",
            "sha256:bad94484a7e1d3e87e1a15d351ebe704faebb177ca21166939fb7d020f1a190f",
            "sha256:380d643590388a7418e2b045be038ded7c48d751b0e3d137ceeb648cdce1718b",
            "sha256:6a0f4e2bf9f9dc17b451c0ccf4b41e6f3bf171b685f118ae849762dc27b0cb8c",
            "sha256:9834d4b501fc859e3d5bafb6a70041ae68c2513a664cf8c125b44f856c20f205",
            "sha256:d8a68b01a7b7e2c1b3b23533415f6a1ca31454aeb3fe66f7c51960543ceffc34",
            "sha256:ad4d097db096fc4a127edf19e54ce6330f5b23619480fba294f2eec53aaaf3be",
            "sha256:8ac4a9f5ad9ef44d05ac74d2a7d084dc1bdca6e26cd7f7d9609c1aba1bd40ab7",
            "sha256:4393f37cdb2fd544aed62804cd056cba0c9465e9b3200fe07b70a73d58fdc964"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-08T11:58:54.05911675+08:00"
    }
}

更多版本

docker.io/elasticsearch:7.17.7

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

docker.io/elasticsearch:8.4.2

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

docker.io/elasticsearch:7.17.23

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

docker.io/elasticsearch:8.14.3

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

docker.io/elasticsearch:7.10.1

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

docker.io/elasticsearch:7.12.0

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

docker.io/elasticsearch:7.17.6

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

docker.io/elasticsearch:6.8.22

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

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
410

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
423

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
169

docker.io/elasticsearch:5.5.2

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

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
205

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
120

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
180

docker.io/elasticsearch:8.17.0

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

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
150

docker.io/elasticsearch:7.13.3

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

docker.io/elasticsearch:8.17.1

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

docker.io/elasticsearch:7.16.2

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

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
191

docker.io/elasticsearch:8.17.3

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

docker.io/elasticsearch:7.17.28

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

docker.io/elasticsearch:8.18.0

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

docker.io/elasticsearch:7.9.3

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

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
186

docker.io/elasticsearch:8.0.0

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

docker.io/elasticsearch:8.11.3

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

docker.io/elasticsearch:6.8.10

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

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
20

docker.io/elasticsearch:7.17.19

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

docker.io/elasticsearch:7.7.1

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

docker.io/elasticsearch:9.0.2

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