SynCode

Open-source Git forge and a federated protocol for working on code.

ci-elasticsearch (8.19.15)

Published 2026-08-24 21:37:57 +00:00 by day01

Installation

docker pull old.syncode.sh/syncode/ci-elasticsearch:8.19.15
sha256:aeda96cd85b0cadeb3a3b900789f3b85e902c994052dadbaf8dd99a539e2ef93

Images

Digest OS / Arch Size
785913a22b linux/amd64 707 MiB
61bd008074 linux/arm64 557 MiB

Image Layers ( linux/arm64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:c98b7645109cdf61ab97492b90629581b1b7cb925b9d58a5787a4aaeb719f2be in /
CMD ["/bin/bash"]
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
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
ENV ELASTIC_CONTAINER=true
WORKDIR /usr/share/elasticsearch
COPY --chown=0:0 /usr/share/elasticsearch /usr/share/elasticsearch # buildkit
COPY --chown=0:0 /bin/tini /bin/tini # buildkit
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV SHELL=/bin/bash
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 [9200/tcp 9300/tcp]
LABEL org.label-schema.build-date=2026-04-28T13:06:49.648073236Z 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=d9256c374e649e04ff0fa2dafd43402d35a3fb3a org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=8.19.15 org.opencontainers.image.created=2026-04-28T13:06:49.648073236Z 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=d9256c374e649e04ff0fa2dafd43402d35a3fb3a 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.15
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
CMD ["eswrapper"]
USER 1000:0

Labels

Key Value
org.label-schema.build-date 2026-04-28T13:06:49.648073236Z
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 d9256c374e649e04ff0fa2dafd43402d35a3fb3a
org.label-schema.vcs-url https://github.com/elastic/elasticsearch
org.label-schema.vendor Elastic
org.label-schema.version 8.19.15
org.opencontainers.image.created 2026-04-28T13:06:49.648073236Z
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 d9256c374e649e04ff0fa2dafd43402d35a3fb3a
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.15
Details
Container
2026-08-24 21:37:57 +00:00
3
OCI / Docker
Versions (1) View all
8.19.15 2026-08-24