Block a user
elasticsearch (8.13.4)
Published 2025-09-29 18:03:11 +03:00 by hd
Installation
docker pull git.palchikov.name/hd/elasticsearch:8.13.4sha256:8efa98b161b85cd4ca692a7585efc03a72c71d650569dfe948ca8176ffa9a776
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=20.04 |
| ADD file:e5742fae181dc02a419e48d202fdd6a561b79ccbe7d3415e15e3d2c12e444a2a in / |
| CMD ["/bin/bash"] |
| 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 |
| 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 |
| ENV ELASTIC_CONTAINER=true |
| WORKDIR /usr/share/elasticsearch |
| COPY /usr/share/elasticsearch /usr/share/elasticsearch # buildkit |
| COPY /bin/tini /bin/tini # buildkit |
| ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
| 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 |
| COPY bin/docker-openjdk /etc/ca-certificates/update.d/docker-openjdk # buildkit |
| RUN /bin/sh -c /etc/ca-certificates/update.d/docker-openjdk # buildkit |
| EXPOSE map[9200/tcp:{} 9300/tcp:{}] |
| LABEL org.label-schema.build-date=2024-05-06T22:04:45.107454559Z 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=da95df118650b55a500dcc181889ac35c6d8da7c org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=8.13.4 org.opencontainers.image.created=2024-05-06T22:04:45.107454559Z 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=da95df118650b55a500dcc181889ac35c6d8da7c 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.13.4 |
| ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["eswrapper"] |
| USER 1000:0 |
Labels
| Key | Value |
|---|---|
| org.label-schema.build-date | 2024-05-06T22:04:45.107454559Z |
| 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 | da95df118650b55a500dcc181889ac35c6d8da7c |
| org.label-schema.vcs-url | https://github.com/elastic/elasticsearch |
| org.label-schema.vendor | Elastic |
| org.label-schema.version | 8.13.4 |
| org.opencontainers.image.created | 2024-05-06T22:04:45.107454559Z |
| 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 | da95df118650b55a500dcc181889ac35c6d8da7c |
| 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.13.4 |
Details
2025-09-29 18:03:11 +03:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
Elastic-License-2.0
589 MiB