docker.elastic.co/elasticsearch/elasticsearch:8.7.0 linux/arm64

docker.elastic.co/elasticsearch/elasticsearch:8.7.0 - 国内下载镜像源 浏览次数:35 安全受验证的发布者-Elastic 温馨提示: 这是一个 linux/arm64 系统架构镜像
根据 Docker Hub 的记录,这个镜像的描述信息是:

Official Elasticsearch Docker Image

官方 Elasticsearch Docker 镜像。
源镜像 docker.elastic.co/elasticsearch/elasticsearch:8.7.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:8.7.0-linuxarm64
镜像ID sha256:ff634962ccc807d269895c852eea6d85330e084d1043d87a05f4b15365dbb15f
镜像TAG 8.7.0-linuxarm64
大小 742.70MB
镜像源 docker.elastic.co
CMD eswrapper
启动入口 /bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录 /usr/share/elasticsearch
OS/平台 linux/arm64
浏览量 35 次
贡献者
镜像创建 2023-03-27T16:38:29.186019264Z
同步时间 2025-02-10 09:54
更新时间 2025-02-22 13:53
开放端口
9200/tcp 9300/tcp
环境变量
PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ELASTIC_CONTAINER=true
镜像标签
2023-03-27T16:31:09.816451435Z: 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 09520b59b6bc1057340b55750186466ea715e30e: org.label-schema.vcs-ref https://github.com/elastic/elasticsearch: org.label-schema.vcs-url Elastic: org.label-schema.vendor 8.7.0: org.label-schema.version 2023-03-27T16:31:09.816451435Z: 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 09520b59b6bc1057340b55750186466ea715e30e: 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.7.0: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 20.04 扫描引擎: Trivy 扫描时间: 2025-02-10 09:54

低危漏洞:85 中危漏洞:108 高危漏洞:19 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:8.7.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:8.7.0-linuxarm64  docker.elastic.co/elasticsearch/elasticsearch:8.7.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:8.7.0-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:8.7.0-linuxarm64  docker.elastic.co/elasticsearch/elasticsearch:8.7.0

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-03-28 00:38:29  0.00B 指定运行容器时使用的用户
USER elasticsearch:root
                        
# 2023-03-28 00:38:29  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2023-03-28 00:38:29  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2023-03-28 00:38:29  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2023-03-27T16:31:09.816451435Z 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=09520b59b6bc1057340b55750186466ea715e30e org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=8.7.0 org.opencontainers.image.created=2023-03-27T16:31:09.816451435Z 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=09520b59b6bc1057340b55750186466ea715e30e 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.7.0
                        
# 2023-03-28 00:38:29  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2023-03-28 00:38:29  141.46KB 执行命令并创建新的镜像层
RUN /bin/sh -c /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2023-03-28 00:38:27  329.00B 复制新文件或目录到容器中
COPY bin/docker-openjdk /etc/ca-certificates/update.d/docker-openjdk # buildkit
                        
# 2023-03-28 00:38:27  450.76KB 执行命令并创建新的镜像层
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
                        
# 2023-03-28 00:38:26  3.51KB 复制新文件或目录到容器中
COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2023-03-28 00:38:26  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-03-28 00:38:26  23.90KB 复制新文件或目录到容器中
COPY /bin/tini /bin/tini # buildkit
                        
# 2023-03-28 00:38:26  658.35MB 复制新文件或目录到容器中
COPY /usr/share/elasticsearch /usr/share/elasticsearch # buildkit
                        
# 2023-03-28 00:38:20  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2023-03-28 00:38:20  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2023-03-28 00:38:17  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
                        
# 2023-03-28 00:38:08  17.73MB 执行命令并创建新的镜像层
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
                        
# 2023-03-08 12:34:24  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2023-03-08 12:34:24  65.66MB 
/bin/sh -c #(nop) ADD file:e73d5d005a3ba2c2fb3d8585a1f19daf5ea9ed75af5a2f97b1cc6f7f03db0cdc in / 
                        
# 2023-03-08 12:34:20  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2023-03-08 12:34:20  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2023-03-08 12:34:20  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2023-03-08 12:34:20  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:ff634962ccc807d269895c852eea6d85330e084d1043d87a05f4b15365dbb15f",
    "RepoTags": [
        "docker.elastic.co/elasticsearch/elasticsearch:8.7.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:8.7.0-linuxarm64"
    ],
    "RepoDigests": [
        "docker.elastic.co/elasticsearch/elasticsearch@sha256:9fe38a4dc00ce101630e70a966aad1a195b56bceb779748e6c399ceeb45cffab",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch@sha256:a274d408fd8b69e80ea8f68606bbd991fe43e3ad336702a6d0fc612727cac526"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-03-27T16:38:29.186019264Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "elasticsearch:root",
        "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": "2023-03-27T16:31:09.816451435Z",
            "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": "09520b59b6bc1057340b55750186466ea715e30e",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "8.7.0",
            "org.opencontainers.image.created": "2023-03-27T16:31:09.816451435Z",
            "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": "09520b59b6bc1057340b55750186466ea715e30e",
            "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.7.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 742702150,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d9b70a14f20aeb9e230b51fe01b45b5c9cf95d03de7c39d2960d3ecd7b9a3954/diff:/var/lib/docker/overlay2/85cfcd9a7682fb637caa60881ccc3cf2dcdcb72072bba2cac6bda4ea6df9ab4f/diff:/var/lib/docker/overlay2/242ce048e166a65749b415a1e26ad141e1da5194f821c57269b60dc73eadce65/diff:/var/lib/docker/overlay2/1fd475b1c9dc52c582d5a9711f4b394e2d92187e28b59c639c487270c6dd1203/diff:/var/lib/docker/overlay2/1437a59eb636bf39de8fa0608725baa1cca8b381956be80132a77c81a9af9c51/diff:/var/lib/docker/overlay2/21946b8ab66e095c977ca6383ea9165a008e9225c362667aca1ad2fe509fefeb/diff:/var/lib/docker/overlay2/9c7279b0fb5d0235e2d01181747ba9c56d815d0440b5434dade54acae60f26c0/diff:/var/lib/docker/overlay2/1e6b7689552c0d9c82312b043ed19af6925d7a88d442aca0ccb51cb95d9b9156/diff:/var/lib/docker/overlay2/fb310a1e6299928cc5de3f0aa7f961dc8e5dd495afd08f383c61a78a5b22f9ce/diff",
            "MergedDir": "/var/lib/docker/overlay2/aebabcb2f9a52fee1053898b5da5983458b603b9721b365bdcc7bbefbcd944d1/merged",
            "UpperDir": "/var/lib/docker/overlay2/aebabcb2f9a52fee1053898b5da5983458b603b9721b365bdcc7bbefbcd944d1/diff",
            "WorkDir": "/var/lib/docker/overlay2/aebabcb2f9a52fee1053898b5da5983458b603b9721b365bdcc7bbefbcd944d1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:cbfdc55280b475f806141f61172a627240570de85248efaa69d708c0110d38b3",
            "sha256:6091e998f374ffccf51ec0bbdfd1cb7fba3c510004a29bf3f32c60a054b3dd9d",
            "sha256:2e78fe3f9f36a956b4afabf6f5d89efe0e6f22c2efa6229d474cae0ed422eff1",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:244e94b6376cb4c5b6134778bd9ce25afaae6f36f7c7a8cd73fba3374225c5fa",
            "sha256:fc28d2fb067f60be3bb9a2a1f007abc3bcb24896a62415034f0175e0ddf4f45d",
            "sha256:a111c531e405227cd1a4fb6617c2f8dabb1c04fe03528e60d4a902509c4e7194",
            "sha256:12ffb6aed1f54846148f772e83fc1a8cc7c6ceb9c0306ed9f6e0415595dd34de",
            "sha256:7bdb9cfb2a2d2c601cd7088fea5261e525fab7386758d76cac697d8945c6115a",
            "sha256:e638ad5740dfada577a68b632cecda03640144c14f6bdb4c5c8900923f1049eb"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-10T09:53:01.03581232+08:00"
    }
}

更多版本

docker.elastic.co/elasticsearch/elasticsearch:8.12.2-amd64

linux/amd64 docker.elastic.co1.36GB2024-03-26 11:26
382

docker.elastic.co/elasticsearch/elasticsearch:8.12.1

linux/amd64 docker.elastic.co1.37GB2024-03-26 11:29
616

docker.elastic.co/elasticsearch/elasticsearch:7.17.12-amd64

linux/amd64 docker.elastic.co623.37MB2024-03-26 14:27
714

docker.elastic.co/elasticsearch/elasticsearch:8.10.2

linux/amd64 docker.elastic.co1.34GB2024-06-23 18:00
340

docker.elastic.co/elasticsearch/elasticsearch:8.10.2

linux/arm64 docker.elastic.co755.68MB2024-06-23 19:27
427

docker.elastic.co/elasticsearch/elasticsearch:8.14.1

linux/amd64 docker.elastic.co1.24GB2024-06-26 15:49
162

docker.elastic.co/elasticsearch/elasticsearch:7.17.2

linux/amd64 docker.elastic.co611.13MB2024-07-15 14:00
320

docker.elastic.co/elasticsearch/elasticsearch:8.14.2

linux/amd64 docker.elastic.co1.24GB2024-07-19 09:21
318

docker.elastic.co/elasticsearch/elasticsearch:7.6.2

linux/amd64 docker.elastic.co790.68MB2024-07-24 12:13
256

docker.elastic.co/elasticsearch/elasticsearch:7.9.3

linux/amd64 docker.elastic.co741.52MB2024-07-24 12:22
316

docker.elastic.co/elasticsearch/elasticsearch:8.11.3

linux/amd64 docker.elastic.co1.43GB2024-08-08 10:14
408

docker.elastic.co/elasticsearch/elasticsearch:8.12.2

linux/amd64 docker.elastic.co1.36GB2024-08-16 15:53
282

docker.elastic.co/elasticsearch/elasticsearch:8.13.4

linux/amd64 docker.elastic.co1.23GB2024-08-19 10:04
198

docker.elastic.co/elasticsearch/elasticsearch:8.14.3

linux/amd64 docker.elastic.co1.24GB2024-08-22 11:01
504

docker.elastic.co/elasticsearch/elasticsearch:8.7.0

linux/amd64 docker.elastic.co1.33GB2024-09-20 12:04
549

docker.elastic.co/elasticsearch/elasticsearch:8.15.1

linux/amd64 docker.elastic.co1.26GB2024-09-21 10:45
210

docker.elastic.co/elasticsearch/elasticsearch:7.17.16

linux/amd64 docker.elastic.co649.01MB2024-10-03 16:32
135

docker.elastic.co/elasticsearch/elasticsearch:8.13.2

linux/amd64 docker.elastic.co1.24GB2024-10-09 18:12
175

docker.elastic.co/elasticsearch/elasticsearch:7.10.2

linux/amd64 docker.elastic.co813.56MB2024-10-30 11:20
171

docker.elastic.co/elasticsearch/elasticsearch:8.15.3

linux/amd64 docker.elastic.co1.27GB2024-10-30 17:36
178

docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.2

linux/arm64 docker.elastic.co742.51MB2024-11-05 18:14
99

docker.elastic.co/elasticsearch/elasticsearch:7.11.2

linux/amd64 docker.elastic.co824.49MB2024-11-06 14:58
110

docker.elastic.co/elasticsearch/elasticsearch:8.5.3

linux/amd64 docker.elastic.co1.29GB2024-11-06 21:50
131

docker.elastic.co/elasticsearch/elasticsearch:8.11.4

linux/amd64 docker.elastic.co1.41GB2024-11-18 17:37
87

docker.elastic.co/elasticsearch/elasticsearch:7.17.25

linux/amd64 docker.elastic.co634.01MB2024-11-19 15:10
109

docker.elastic.co/elasticsearch/elasticsearch:6.8.23

linux/amd64 docker.elastic.co963.30MB2024-11-19 16:00
92

docker.elastic.co/elasticsearch/elasticsearch:6.8.17

linux/amd64 docker.elastic.co936.57MB2024-11-20 14:16
90

docker.elastic.co/elasticsearch/elasticsearch:7.17.23

linux/amd64 docker.elastic.co633.78MB2024-12-05 16:02
81

docker.elastic.co/elasticsearch/elasticsearch:7.17.3

linux/amd64 docker.elastic.co613.35MB2024-12-05 16:13
70

docker.elastic.co/elasticsearch/elasticsearch:8.15.5

linux/amd64 docker.elastic.co1.27GB2024-12-10 11:16
98

docker.elastic.co/elasticsearch/elasticsearch:7.8.1

linux/amd64 docker.elastic.co811.25MB2024-12-13 13:19
112

docker.elastic.co/elasticsearch/elasticsearch:8.12.2

linux/arm64 docker.elastic.co777.32MB2025-01-07 16:58
62

docker.elastic.co/elasticsearch/elasticsearch:7.6.0

linux/amd64 docker.elastic.co790.07MB2025-01-07 19:24
47

docker.elastic.co/elasticsearch/elasticsearch:7.13.3

linux/amd64 docker.elastic.co1.02GB2025-01-12 19:40
54

docker.elastic.co/elasticsearch/elasticsearch:7.17.27

linux/amd64 docker.elastic.co634.09MB2025-01-19 17:37
72

docker.elastic.co/elasticsearch/elasticsearch:8.17.0

linux/amd64 docker.elastic.co1.30GB2025-01-21 18:00
60

docker.elastic.co/elasticsearch/elasticsearch:8.14.3

linux/arm64 docker.elastic.co798.17MB2025-01-22 11:33
87

docker.elastic.co/elasticsearch/elasticsearch:8.4.3

linux/amd64 docker.elastic.co1.26GB2025-01-22 13:10
58

docker.elastic.co/elasticsearch/elasticsearch:8.7.0

linux/arm64 docker.elastic.co742.70MB2025-02-10 09:54
34

docker.elastic.co/elasticsearch/elasticsearch:8.6.2

linux/amd64 docker.elastic.co1.29GB2025-02-20 23:00
19

docker.elastic.co/elasticsearch/elasticsearch:8.5.0

linux/amd64 docker.elastic.co1.29GB2025-02-20 23:08
23

docker.elastic.co/elasticsearch/elasticsearch:8.5.1

linux/amd64 docker.elastic.co1.29GB2025-02-20 23:14
20