sha256:89729a95066a09a850ad307bcedaae1579403911c3e8880bee5162cd757ba09a
OS/ARCH
Compressed size
683.01 MB
Last pushed
5 months by doijanky
Type
Image
Manifest digest
sha256:e57ccc8c21c14db2e26d7360cf42c503f915df1b40ad696b4ca6e99b9852be4b
0
ARG RELEASE
0 B
1
ARG LAUNCHPAD_BUILD_ARCH
0 B
2
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
3
LABEL org.opencontainers.image.version=24.04
0 B
4
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
29.73 MB
5
CMD ["/bin/bash"]
0 B
6
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-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
5.96 MB
7
RUN /bin/sh -c userdel -r ubuntu && groupadd -g 1000 elasticsearch && useradd --uid 1000 --gid 1000 --home-dir /usr/share/elasticsearch --create-home elasticsearch && usermod -aG root elasticsearch && chown -R 0:0 /usr/share/elasticsearch # buildkit
3.53 KB
8
ENV ELASTIC_CONTAINER=true
0 B
9
WORKDIR /usr/share/elasticsearch
32 B
10
COPY --chown=0:0 /usr/share/elasticsearch /usr/share/elasticsearch # buildkit
680.2 MB
11
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
9.53 KB
12
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
13
ENV SHELL=/bin/bash
0 B
14
COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
1.72 KB
15
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
16
COPY bin/docker-openjdk /etc/ca-certificates/update.d/docker-openjdk # buildkit
406 B
17
RUN /bin/sh -c /etc/ca-certificates/update.d/docker-openjdk # buildkit
115.53 KB
18
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
0 B
19
LABEL org.label-schema.build-date=2026-02-23T23:08:40.713020893Z 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=840cd2a58b052d1632219ee0b8dcc0f364226287 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=8.19.12 org.opencontainers.image.created=2026-02-23T23:08:40.713020893Z 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=840cd2a58b052d1632219ee0b8dcc0f364226287 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.12
0 B
20
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
0 B
21
CMD ["eswrapper"]
0 B
22
USER 1000:0
0 B