onlyoffice/elasticsearch (latest)
Published 2025-11-27 10:07:33 +00:00 by myve
Installation
docker pull hub.myvelabs.com/lab/onlyoffice/elasticsearch:latestsha256:ddcdd98a9ab9fdbf21fe54fd20815de83d4eec82679edf485340879892e613a1Image layers
| ADD file:bd7a2aed6ede423b719ceb2f723e4ecdfa662b28639c8429731c878e86fb138b in / |
| LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201204 |
| CMD ["/bin/bash"] |
| /bin/sh -c for iter in {1..10}; do yum update --setopt=tsflags=nodocs -y && yum install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip && yum clean all && exit_code=0 && break || exit_code=$? && echo "yum error: retry $iter in 10s" && sleep 10; done; exit $exit_code |
| /bin/sh -c groupadd -g 1000 elasticsearch && adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch && chmod 0775 /usr/share/elasticsearch && chown -R 1000:0 /usr/share/elasticsearch |
| ENV ELASTIC_CONTAINER=true |
| WORKDIR /usr/share/elasticsearch |
| COPY --chown=1000:0dir:1657e3111525db8dd6cc011ac0a4105de76e02ade8fd8fbc1da3092f0b2df5b7 in /usr/share/elasticsearch |
| COPY --chown=0:0file:cbfbfe828617d3c65a10427a333f66d6d0b1b1aaea532739bba4696579b6cb19 in /bin/tini |
| ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY file:b60644ac0fe4cb4e2bab5fb75a5f9b33fa1cb8276d88703c138a52af6bd8ea5b in /usr/local/bin/docker-entrypoint.sh |
| /bin/sh -c chmod g=u /etc/passwd && chmod 0775 /usr/local/bin/docker-entrypoint.sh && find / -xdev -perm -4000 -exec chmod ug-s {} + && ln -sf /etc/pki/ca-trust/extracted/java/cacerts /usr/share/elasticsearch/jdk/lib/security/cacerts |
| EXPOSE 9200 9300 |
| LABEL org.label-schema.build-date=2021-05-28T17:40:59.346932922Z 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=9a7758028e4ea59bcab41c12004603c5a7dd84a9 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.13.1 org.opencontainers.image.created=2021-05-28T17:40:59.346932922Z 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=9a7758028e4ea59bcab41c12004603c5a7dd84a9 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.13.1 |
| ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["eswrapper"] |
| /bin/sh -c bin/elasticsearch-plugin install --batch ingest-attachment |
Labels
| Key | Value |
|---|---|
| org.label-schema.build-date | 2021-05-28T17:40:59.346932922Z |
| 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 | 9a7758028e4ea59bcab41c12004603c5a7dd84a9 |
| org.label-schema.vcs-url | https://github.com/elastic/elasticsearch |
| org.label-schema.vendor | Elastic |
| org.label-schema.version | 7.13.1 |
| org.opencontainers.image.created | 2021-05-28T17:40:59.346932922Z |
| 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 | 9a7758028e4ea59bcab41c12004603c5a7dd84a9 |
| 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.13.1 |