Namespace
library
Image / Tag
elasticsearch:7.11.1
Content Digest
sha256:4228b7a8ef40b7593b1a7493bebf68022f0562446cef75dbff49f3af3c1d044d
Pull command
Details
Created

2021-02-15 13:51:58 UTC

Size

403 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-02-15T13:44:09.394032Z
  • 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
    ff17057114c2199c9c1bbecc727003a907c0db7a
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    7.11.1
  • org.opencontainers.image.created
    2021-02-15T13:44:09.394032Z
  • 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
    ff17057114c2199c9c1bbecc727003a907c0db7a
  • 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.11.1

Environment
ELASTIC_CONTAINER

true

PATH

/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 - 17.81% (71.7 MB)

[#001] sha256:744c7f8ba15dd9ec709f71c05ea84d1e8da8408806320d45f813a457035c368d - 5.28% (21.3 MB)

[#002] sha256:a2e5f03a9eab8c6c44074f4c5b0779d0ecdec917bc9e415e84d8c44be1a01429 - 0.0% (2.31 KB)

[#003] sha256:edcdb0cfb01b0287e8fa2d08b043b84c6e809baff4c5b81867a4acd87cd2062d - 76.86% (309 MB)

[#004] sha256:d26268ed3d1a035ebe0351b586fc13ebff16ae4cff3ad36fca107cfb52445ee4 - 0.0% (9.31 KB)

[#005] sha256:72647d02c4f116d7b358ab1df6535180904b963da5753ce9a7a0b4a16adfcd4a - 0.0% (1.9 KB)

[#006] sha256:0db015b259f0efa9fb68334232e9d05392577b02c0c57ab3f15f14959fa07a7a - 0.05% (191 KB)


History
2020-12-08 00:22:52 UTC

/bin/sh -c #(nop) ADD file:bd7a2aed6ede423b719ceb2f723e4ecdfa662b28639c8429731c878e86fb138b in /

2020-12-08 00:22:52 UTC

/bin/sh -c #(nop) 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

2020-12-08 00:22:53 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2021-02-15 13:51:14 UTC

/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

2021-02-15 13:51:18 UTC

/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

2021-02-15 13:51:19 UTC

/bin/sh -c #(nop) ENV ELASTIC_CONTAINER=true

2021-02-15 13:51:21 UTC

/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch

2021-02-15 13:51:41 UTC

/bin/sh -c #(nop) COPY --chown=1000:0dir:992e926e100055b9becf07677c36d188b25ee3368d733e90a844c09c9125ecec in /usr/share/elasticsearch

2021-02-15 13:51:43 UTC

/bin/sh -c #(nop) COPY --chown=0:0file:cbfbfe828617d3c65a10427a333f66d6d0b1b1aaea532739bba4696579b6cb19 in /bin/tini

2021-02-15 13:51:45 UTC

/bin/sh -c #(nop) ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-02-15 13:51:46 UTC

/bin/sh -c #(nop) COPY file:b60644ac0fe4cb4e2bab5fb75a5f9b33fa1cb8276d88703c138a52af6bd8ea5b in /usr/local/bin/docker-entrypoint.sh

2021-02-15 13:51:51 UTC

/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

2021-02-15 13:51:53 UTC

/bin/sh -c #(nop) EXPOSE 9200 9300

2021-02-15 13:51:55 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-15T13:44:09.394032Z 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=ff17057114c2199c9c1bbecc727003a907c0db7a org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.11.1 org.opencontainers.image.created=2021-02-15T13:44:09.394032Z 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=ff17057114c2199c9c1bbecc727003a907c0db7a 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.11.1

2021-02-15 13:51:58 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]

2021-02-15 13:51:58 UTC

/bin/sh -c #(nop) CMD ["eswrapper"]