Namespace
library
Image / Tag
elasticsearch:6.8.9
Content Digest
sha256:4f38f1f2e0f5cc6666b8f965fe7157502d07ce76c95ed7e6f9ad043bf42a96cd
Details
Created

2020-05-04 17:07:54 UTC

Size

477 MB

Content Digest
Labels
  • org.label-schema.build-date
    2020-05-04T17:00:34.323820Z
  • org.label-schema.license
    Elastic-License
  • 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
    be2c7bf0f8427387e84c68ad8d2d9abbc60a64da
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    6.8.9
  • org.opencontainers.image.created
    2020-05-04T17:00:34.323820Z
  • org.opencontainers.image.documentation
    https://www.elastic.co/guide/en/elasticsearch/reference/index.html
  • org.opencontainers.image.licenses
    Elastic-License
  • org.opencontainers.image.revision
    be2c7bf0f8427387e84c68ad8d2d9abbc60a64da
  • 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
    6.8.9

Environment
ELASTIC_CONTAINER

true

JAVA_HOME

/opt/jdk-14+36

PATH

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


Layers

[#000] sha256:ab5ef0e5819490abe86106fd9f4381123e37a03e80e650be39f7938d30ecb530 - 15.15% (72.3 MB)

[#001] sha256:82c6075c8485d68950491217271a4b5e1761091463122d9ace4ef02fc11f5a0d - 43.45% (207 MB)

[#002] sha256:013653038408c7606950eedf78df7fc9b89d759eedf65f9452e2247ac18de65b - 11.22% (53.5 MB)

[#003] sha256:68d00c8bb084a5b215a04c03627f240f29a4f1524c60e562883d8579c4d85d72 - 0.0% (2.22 KB)

[#004] sha256:cdb2603bc306a75102eb4c1e375e71c92fa6e134e0293679188b9bae208227d0 - 30.18% (144 MB)

[#005] sha256:48a4070ba159ea3e891020c295eae7087e2929b28a2faf51e6e7813931cdb40c - 0.0% (2.01 KB)

[#006] sha256:735876063771fcffa0e27be0e33d56d6d59b369745256cb7f637266ff8c66b74 - 0.0% (2.34 KB)


History
2019-11-12 00:20:33 UTC

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

2019-11-12 00:20:33 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=20191001

2019-11-12 00:20:33 UTC

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

2020-05-04 17:06:05 UTC

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

2020-05-04 17:06:05 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/jdk-14+36

2020-05-04 17:06:13 UTC

/bin/sh -c #(nop) COPY dir:2a7b0465219886ee3c466980289fa8f28d70f58035a0c65f440be7c461e6cb1b in /opt/jdk-14+36

2020-05-04 17:07:40 UTC

/bin/sh -c for iter in {1..10}; do yum update --setopt=tsflags=nodocs -y && yum install -y --setopt=tsflags=nodocs nc unzip wget which && yum clean all && exit_code=0 && break || exit_code=\$? && echo "yum error: retry $iter in 10s" && sleep 10; done; (exit $exit_code)

2020-05-04 17:07:43 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 && chgrp 0 /usr/share/elasticsearch

2020-05-04 17:07:44 UTC

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

2020-05-04 17:07:49 UTC

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

2020-05-04 17:07:49 UTC

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

2020-05-04 17:07:50 UTC

/bin/sh -c #(nop) COPY --chown=1000:0file:08193f849fc25f29db1438eff6d5c9fe1d63237aeb07a3e0009e8ba554f97c31 in /usr/local/bin/docker-entrypoint.sh

2020-05-04 17:07:52 UTC

/bin/sh -c chgrp 0 /usr/local/bin/docker-entrypoint.sh && chmod g=u /etc/passwd && chmod 0775 /usr/local/bin/docker-entrypoint.sh

2020-05-04 17:07:53 UTC

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

2020-05-04 17:07:54 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-04T17:00:34.323820Z org.label-schema.license=Elastic-License 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=be2c7bf0f8427387e84c68ad8d2d9abbc60a64da org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=6.8.9 org.opencontainers.image.created=2020-05-04T17:00:34.323820Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License org.opencontainers.image.revision=be2c7bf0f8427387e84c68ad8d2d9abbc60a64da 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=6.8.9

2020-05-04 17:07:54 UTC

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

2020-05-04 17:07:54 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete