max

ticket-elasticsearch (latest)

Published 2026-03-20 11:02:52 +01:00 by max

Installation

docker pull git.cucosconnect.de/max/ticket-elasticsearch:latest
sha256:2f67f1c969fb228ff24d2a70c1de1560301c52fa9a5eb4b009be24e8611e4e8a

Image layers

ADD file:5d68d27cc15a80653c93d3a0b262a28112d47a46326ff5fc2dfbf7fa3b9a0ce8 in /
CMD ["bash"]
/bin/sh -c 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 curl netcat zip unzip vim-tiny && 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
/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
ENV ELASTIC_CONTAINER=true
WORKDIR /usr/share/elasticsearch
COPY --chown=0:0dir:aa449cf97856b2728742a5679673a570e659211cb06225a60096ba151ea6228e in /usr/share/elasticsearch
COPY --chown=0:0file:fcc427e6b1b34164533c7d80cf8bba68e6f09d5c7d442ca055586359d7076e62 in /bin/tini
COPY --chown=0:0file:ab500cfbc0ffd86deed35f80ebd2f3bc60ec9b8063912c4a328e652ad438d04f in /etc/ssl/certs/java/cacerts
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY file:35bdfc6ad8079cb9cab605169a09ebfe8ce26cd4a9e4120efe12f418073a9bfb in /usr/local/bin/docker-entrypoint.sh
/bin/sh -c chmod g=u /etc/passwd && chmod 0555 /usr/local/bin/docker-entrypoint.sh && find / -xdev -perm -4000 -exec chmod ug-s {} + && ln -sf /etc/ssl/certs/java/cacerts /usr/share/elasticsearch/jdk/lib/security/cacerts && chmod 0775 /usr/share/elasticsearch && chown elasticsearch bin config config/jvm.options.d data logs plugins
EXPOSE 9200 9300
LABEL org.label-schema.build-date=2021-12-11T05:09:38.080326932Z 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=5b38441b16b1ebb16a27c107a4c3865776e20c53 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.16.1 org.opencontainers.image.created=2021-12-11T05:09:38.080326932Z 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=5b38441b16b1ebb16a27c107a4c3865776e20c53 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=7.16.1
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
CMD ["eswrapper"]
RUN /bin/sh -c chown -R :elasticsearch /usr/share/elasticsearch/data # buildkit
ENV discovery.type=single-node
ENV ES_JAVA_OPTS=-Xms512m -Xmx512m
ENV xpack.security.enabled=false
ENV xpack.monitoring.collection.enabled=false
ENV xpack.ml.enabled=false
ENV xpack.graph.enabled=false
ENV xpack.watcher.enabled=false
EXPOSE [9200/tcp]

Labels

Key Value
org.label-schema.build-date 2021-12-11T05:09:38.080326932Z
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 5b38441b16b1ebb16a27c107a4c3865776e20c53
org.label-schema.vcs-url https://github.com/elastic/elasticsearch
org.label-schema.vendor Elastic
org.label-schema.version 7.16.1
org.opencontainers.image.created 2021-12-11T05:09:38.080326932Z
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 5b38441b16b1ebb16a27c107a4c3865776e20c53
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 7.16.1
Details
Container
2026-03-20 11:02:52 +01:00
15
OCI / Docker
linux/amd64
Elastic-License-2.0
363 MiB
Versions (1) View all
latest 2026-03-20