elasticsearch logo

elasticsearch:8.19.17

Multi-platform
Databases & storage
Index digest

sha256:f8645eadfbf4f96e31043ed1e64e5f48ff826d0943660d48a4decd1428d9de96

OS/ARCH

Compressed size

690.88 MB

Last pushed

about 2 months by doijanky

Type

Image

Manifest digest

sha256:c111174e5cc1cac153a73bafe3c19c653b59748476af080ad64f6fcca29506e6

Layers (22)

ubuntu:c136481b8f4cd58cb213a22ee358ea1047bc963a338c61cdccb518e233409f86
0
0
19
5
0
elasticsearch:8.19.17
0
8
25
8
0

5

RUN /bin/sh -c ln -sf bash /bin/sh && 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-openbsd 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

9.21 MB


6

RUN /bin/sh -c userdel -r ubuntu && groupadd -g 1000 elasticsearch && useradd --uid 1000 --gid 1000 --home-dir /usr/share/elasticsearch --create-home --shell /bin/bash elasticsearch && usermod -aG root elasticsearch && chown -R 0:0 /usr/share/elasticsearch # buildkit

3.53 KB


7

ENV ELASTIC_CONTAINER=true

0 B


8

WORKDIR /usr/share/elasticsearch

32 B


9

COPY --chown=0:0 /usr/share/elasticsearch /usr/share/elasticsearch # buildkit

685.22 MB


10

COPY --chown=0:0 /bin/tini /bin/tini # buildkit

9.53 KB


11

ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 B


12

ENV SHELL=/bin/bash

0 B


13

COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

1.72 KB


14

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

164.19 KB


15

COPY bin/docker-openjdk /etc/ca-certificates/update.d/docker-openjdk # buildkit

408 B


16

RUN /bin/sh -c /etc/ca-certificates/update.d/docker-openjdk # buildkit

97.1 KB


17

EXPOSE map[9200/tcp:{} 9300/tcp:{}]

0 B


18

LABEL org.label-schema.build-date=2026-06-18T11:09:30.586586749Z 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=402bbb9d596fffa14980c1dd23afca6c7c765908 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=8.19.17 org.opencontainers.image.created=2026-06-18T11:09:30.586586749Z 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=402bbb9d596fffa14980c1dd23afca6c7c765908 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.19.17

0 B


19

ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]

0 B


20

CMD ["eswrapper"]

0 B


21

USER 1000:0

0 B