docker.elastic.co/elasticsearch/elasticsearch:9.0.2 linux/amd64

docker.elastic.co/elasticsearch/elasticsearch:9.0.2 - 国内下载镜像源 浏览次数:14 安全受验证的发布者-Elastic
根据 Docker Hub 的记录,这个镜像的描述信息是:

Official Elasticsearch Docker Image

官方 Elasticsearch Docker 镜像。
源镜像 docker.elastic.co/elasticsearch/elasticsearch:9.0.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:9.0.2
镜像ID sha256:e627b0dd56badb7531df412df50e78e5305c8633c707fc950a71f1656f320e89
镜像TAG 9.0.2
大小 1.37GB
镜像源 docker.elastic.co
CMD eswrapper
启动入口 /bin/tini -- /usr/local/bin/docker-entrypoint.sh
工作目录 /usr/share/elasticsearch
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2025-05-28T10:14:01.444926509Z
同步时间 2025-06-18 15:57
更新时间 2025-06-19 20:26
开放端口
9200/tcp 9300/tcp
环境变量
PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci ELASTIC_CONTAINER=true SHELL=/bin/bash
镜像标签
x86_64: architecture 2025-05-14T10:35:47: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms You know, for search.: description public: distribution-scope 1.39.0-dev: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags infra@elastic.co: maintainer Elasticsearch: name 2025-05-28T10:06:37.834829258Z: 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 0a58bc1dc7a4ae5412db66624aab968370bd44ce: org.label-schema.vcs-ref https://github.com/elastic/elasticsearch: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.0.2: org.label-schema.version 2025-05-28T10:06:37.834829258Z: 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 0a58bc1dc7a4ae5412db66624aab968370bd44ce: 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 9.0.2: org.opencontainers.image.version 1: release Elasticsearch: summary https://www.redhat.com: url f2f252e0ac953b9e80eaebfc08ec086edac81945: vcs-ref git: vcs-type Elastic: vendor 9.0.2: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-28 18:14:01  0.00B 指定运行容器时使用的用户
USER 1000:0
                        
# 2025-05-28 18:14:01  0.00B 设置默认要执行的命令
CMD ["eswrapper"]
                        
# 2025-05-28 18:14:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
                        
# 2025-05-28 18:14:01  3.86KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
                        
# 2025-05-28 18:14:01  0.00B 添加元数据标签
LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.0.2 release=1 summary=Elasticsearch description=You know, for search.
                        
# 2025-05-28 18:14:01  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-05-28T10:06:37.834829258Z 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=0a58bc1dc7a4ae5412db66624aab968370bd44ce org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.0.2 org.opencontainers.image.created=2025-05-28T10:06:37.834829258Z 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=0a58bc1dc7a4ae5412db66624aab968370bd44ce 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=9.0.2
                        
# 2025-05-28 18:14:01  0.00B 声明容器运行时监听的端口
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
                        
# 2025-05-28 18:14:01  198.09KB 执行命令并创建新的镜像层
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
                        
# 2025-05-28 18:14:00  3.51KB 复制新文件或目录到容器中
COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2025-05-28 18:14:00  0.00B 设置环境变量 SHELL
ENV SHELL=/bin/bash
                        
# 2025-05-28 18:14:00  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-05-28 18:14:00  40.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
                        
# 2025-05-28 18:13:59  1.25GB 复制新文件或目录到容器中
COPY /usr/share/elasticsearch . # buildkit
                        
# 2025-05-28 18:13:56  0.00B 设置工作目录为/usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
                        
# 2025-05-28 18:13:56  24.06KB 复制新文件或目录到容器中
COPY /bin/tini /bin/tini # buildkit
                        
# 2025-05-28 18:13:56  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-05-28 18:13:31  3.59KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -g 1000 elasticsearch &&     adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch &&     chown -R 0:0 /usr/share/elasticsearch # buildkit
                        
# 2025-05-28 18:13:30  19.63MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y     nc shadow-utils zip unzip findutils procps-ng &&     microdnf clean all # buildkit
                        
# 2025-05-14 18:36:12  104.40MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-05-14T10:35:47" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f2f252e0ac953b9e80eaebfc08ec086edac81945" "release"="1747218906"
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) COPY dir:9782e2e1b0ca599e0a33d178720d08213ae97157f753b7e5bae27ac0755f7280 in / 
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-05-14 18:36:11  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-05-14 18:36:09  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-05-14 18:36:06  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-05-14 18:36:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-05-14 18:36:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.6"       distribution-scope="public"
                        
# 2025-05-14 18:36:05  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-05-14 18:36:05  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-05-14 18:36:04  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:e627b0dd56badb7531df412df50e78e5305c8633c707fc950a71f1656f320e89",
    "RepoTags": [
        "docker.elastic.co/elasticsearch/elasticsearch:9.0.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch:9.0.2"
    ],
    "RepoDigests": [
        "docker.elastic.co/elasticsearch/elasticsearch@sha256:9b94f525835c822aedbfe4e1e7a9fe9786e88aa0979eaa94f8f26b3894805652",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elasticsearch/elasticsearch@sha256:3c220c6933a92937888728c135abffd1011e3d52da4a097b8474f2406f70ab95"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-28T10:14:01.444926509Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000:0",
        "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",
            "container=oci",
            "ELASTIC_CONTAINER=true",
            "SHELL=/bin/bash"
        ],
        "Cmd": [
            "eswrapper"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/elasticsearch",
        "Entrypoint": [
            "/bin/tini",
            "--",
            "/usr/local/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-05-14T10:35:47",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "You know, for search.",
            "distribution-scope": "public",
            "io.buildah.version": "1.39.0-dev",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "infra@elastic.co",
            "name": "Elasticsearch",
            "org.label-schema.build-date": "2025-05-28T10:06:37.834829258Z",
            "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": "0a58bc1dc7a4ae5412db66624aab968370bd44ce",
            "org.label-schema.vcs-url": "https://github.com/elastic/elasticsearch",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.0.2",
            "org.opencontainers.image.created": "2025-05-28T10:06:37.834829258Z",
            "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": "0a58bc1dc7a4ae5412db66624aab968370bd44ce",
            "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": "9.0.2",
            "release": "1",
            "summary": "Elasticsearch",
            "url": "https://www.redhat.com",
            "vcs-ref": "f2f252e0ac953b9e80eaebfc08ec086edac81945",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.0.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1369960739,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c7f219f3d86d62d637cfa4c4bd153e48e86be09644565fe4da7a7d66c6e0bb39/diff:/var/lib/docker/overlay2/73ed3e6fe8b49b687b90480b6f22f8331bc26a8251aceb5651e1c3b1d0ddc1cf/diff:/var/lib/docker/overlay2/0591856ecfd8ed37ba28ff112972640be5f61d10358e83f54ba7316370077d75/diff:/var/lib/docker/overlay2/183f00554ef61459e15e9779aad9540a73386b534a1c80be19157945c3cdf8a6/diff:/var/lib/docker/overlay2/de2af0d04033af212c74a78f8c8ca884206d05e7ecbd4dd0d851f1a555de0852/diff:/var/lib/docker/overlay2/61f60a8e9f35bbe3daa296f8cc284e9f410768f521f2d8ae5afc433663e2c348/diff:/var/lib/docker/overlay2/9402dcdcad22f421590d8dfbdefcec3ce17e42591be54951697d1748af990a75/diff:/var/lib/docker/overlay2/d39791e94a194941b0327a134f88b4718d14212d2fb9c7433d7b33d12bd33aab/diff:/var/lib/docker/overlay2/a153c8c323f2ae17ed9c88132d279e349efb711e9492db3554905349bf148741/diff",
            "MergedDir": "/var/lib/docker/overlay2/ec75cee7ab3dec0a2b9221dc98fcded1d6c2dca015c640e16ebc477a18a94e00/merged",
            "UpperDir": "/var/lib/docker/overlay2/ec75cee7ab3dec0a2b9221dc98fcded1d6c2dca015c640e16ebc477a18a94e00/diff",
            "WorkDir": "/var/lib/docker/overlay2/ec75cee7ab3dec0a2b9221dc98fcded1d6c2dca015c640e16ebc477a18a94e00/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4caa76cd913fca9631c8168851168a2b9235ba5f5c51ada4444bfefaf1df2a54",
            "sha256:3c09498e12f4775a3f087cf24312f75e6bea646089bb1837fcc4d0c8d14b7ec8",
            "sha256:ac82ebdedb94ea9dbe6d827744eaf12f2c919d4be49e620109d7a6d751089584",
            "sha256:ed6b8dfda7c5b2ed1bbed546380e70b296c2847da885b27ff2c61e0c643b9e66",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:0250368f716d1ba0ebe62b88c8ce73b29e13cb2087d3c5c6f8891b0250ff7e6c",
            "sha256:f9d38641eaea706a1e20a72390a2dec4387fef1ea24fa13b6c53801571694cd8",
            "sha256:56dd6dcc2b7f37feeace528ef789d9210c473139d9774e73e489003e6c62a9a7",
            "sha256:9b107e68ba98c8ca53459f1f8d8a6373681e4a2c35f2efc5f5b7825c96e42d57",
            "sha256:935bc389bf36f2d5e7de655debb903063f51a5b4e68a20d064e1ad032cb03880"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-18T15:56:10.319829326+08:00"
    }
}

更多版本

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

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

docker.elastic.co/elasticsearch/elasticsearch:8.12.1

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

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

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

docker.elastic.co/elasticsearch/elasticsearch:8.10.2

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

docker.elastic.co/elasticsearch/elasticsearch:8.10.2

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

docker.elastic.co/elasticsearch/elasticsearch:8.14.1

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

docker.elastic.co/elasticsearch/elasticsearch:7.17.2

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

docker.elastic.co/elasticsearch/elasticsearch:8.14.2

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

docker.elastic.co/elasticsearch/elasticsearch:7.6.2

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

docker.elastic.co/elasticsearch/elasticsearch:7.9.3

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

docker.elastic.co/elasticsearch/elasticsearch:8.11.3

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

docker.elastic.co/elasticsearch/elasticsearch:8.12.2

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

docker.elastic.co/elasticsearch/elasticsearch:8.13.4

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

docker.elastic.co/elasticsearch/elasticsearch:8.14.3

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

docker.elastic.co/elasticsearch/elasticsearch:8.7.0

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

docker.elastic.co/elasticsearch/elasticsearch:8.15.1

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

docker.elastic.co/elasticsearch/elasticsearch:7.17.16

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

docker.elastic.co/elasticsearch/elasticsearch:8.13.2

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

docker.elastic.co/elasticsearch/elasticsearch:7.10.2

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

docker.elastic.co/elasticsearch/elasticsearch:8.15.3

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

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

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

docker.elastic.co/elasticsearch/elasticsearch:7.11.2

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

docker.elastic.co/elasticsearch/elasticsearch:8.5.3

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

docker.elastic.co/elasticsearch/elasticsearch:8.11.4

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

docker.elastic.co/elasticsearch/elasticsearch:7.17.25

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

docker.elastic.co/elasticsearch/elasticsearch:6.8.23

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

docker.elastic.co/elasticsearch/elasticsearch:6.8.17

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

docker.elastic.co/elasticsearch/elasticsearch:7.17.23

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

docker.elastic.co/elasticsearch/elasticsearch:7.17.3

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

docker.elastic.co/elasticsearch/elasticsearch:8.15.5

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

docker.elastic.co/elasticsearch/elasticsearch:7.8.1

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

docker.elastic.co/elasticsearch/elasticsearch:8.12.2

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

docker.elastic.co/elasticsearch/elasticsearch:7.6.0

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

docker.elastic.co/elasticsearch/elasticsearch:7.13.3

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

docker.elastic.co/elasticsearch/elasticsearch:7.17.27

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

docker.elastic.co/elasticsearch/elasticsearch:8.17.0

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

docker.elastic.co/elasticsearch/elasticsearch:8.14.3

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

docker.elastic.co/elasticsearch/elasticsearch:8.4.3

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

docker.elastic.co/elasticsearch/elasticsearch:8.7.0

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

docker.elastic.co/elasticsearch/elasticsearch:8.6.2

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

docker.elastic.co/elasticsearch/elasticsearch:8.5.0

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

docker.elastic.co/elasticsearch/elasticsearch:8.5.1

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

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

linux/amd64 docker.elastic.co760.05MB2025-02-26 14:17
150

docker.elastic.co/elasticsearch/elasticsearch:8.17.2

linux/amd64 docker.elastic.co1.30GB2025-03-06 15:20
138

docker.elastic.co/elasticsearch/elasticsearch:7.9.3

linux/arm64 docker.elastic.co777.75MB2025-03-08 15:29
180

docker.elastic.co/elasticsearch/elasticsearch:8.4.1

linux/amd64 docker.elastic.co1.26GB2025-03-09 23:48
93

docker.elastic.co/elasticsearch/elasticsearch:8.17.2

linux/arm64 docker.elastic.co855.47MB2025-03-13 15:29
148

docker.elastic.co/elasticsearch/elasticsearch:8.17.3

linux/amd64 docker.elastic.co1.32GB2025-03-14 18:36
177

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

linux/amd64 docker.elastic.co698.95MB2025-03-17 15:37
133

docker.elastic.co/elasticsearch/elasticsearch:8.10.4

linux/amd64 docker.elastic.co1.37GB2025-03-19 15:53
87

docker.elastic.co/elasticsearch/elasticsearch:7.8.1

linux/arm64 docker.elastic.co1.33GB2025-03-21 14:36
112

docker.elastic.co/elasticsearch/elasticsearch:8.8.1

linux/amd64 docker.elastic.co1.34GB2025-03-21 16:47
242

docker.elastic.co/elasticsearch/elasticsearch:7.16.2

linux/amd64 docker.elastic.co646.35MB2025-03-28 09:55
112

docker.elastic.co/elasticsearch/elasticsearch:8.17.4

linux/amd64 docker.elastic.co1.32GB2025-04-15 09:51
82

docker.elastic.co/elasticsearch/elasticsearch:8.17.4

linux/arm64 docker.elastic.co870.94MB2025-04-23 11:34
55

docker.elastic.co/elasticsearch/elasticsearch:8.13.3

linux/amd64 docker.elastic.co1.25GB2025-04-29 00:49
58

docker.elastic.co/elasticsearch/elasticsearch:7.17.7

linux/amd64 docker.elastic.co618.70MB2025-05-15 11:13
50

docker.elastic.co/elasticsearch/elasticsearch:7.13.4

linux/amd64 docker.elastic.co1.02GB2025-05-23 17:30
49

docker.elastic.co/elasticsearch/elasticsearch:6.8.10

linux/amd64 docker.elastic.co876.83MB2025-05-26 16:13
38

docker.elastic.co/elasticsearch/elasticsearch:6.8.22

linux/amd64 docker.elastic.co963.30MB2025-05-26 16:20
45

docker.elastic.co/elasticsearch/elasticsearch:7.17.13

linux/amd64 docker.elastic.co623.47MB2025-06-12 13:55
24

docker.elastic.co/elasticsearch/elasticsearch:7.2.0

linux/amd64 docker.elastic.co861.08MB2025-06-13 14:52
20

docker.io/docker.elastic.co/elasticsearch/elasticsearch:7.17.28

linux/amd64 docker.io650.71MB2025-06-16 16:00
20

docker.elastic.co/elasticsearch/elasticsearch:9.0.2

linux/amd64 docker.elastic.co1.37GB2025-06-18 15:57
13