Namespace
library
Image / Tag
elasticsearch:6.8.20
Content Digest
sha256:70889ef6ff6ab6df8ade85428e47dabc7fa114e33e540333e4b0829af46468f7
Details
Created

2021-10-07 22:05:46 UTC

Size

461 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-10-07T22:00:24.085009Z
  • 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
    c859302dcfa51ee10915348ce467453130ed8b97
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    6.8.20
  • org.opencontainers.image.created
    2021-10-07T22:00:24.085009Z
  • org.opencontainers.image.documentation
    https://www.elastic.co/guide/en/elasticsearch/reference/index.html
  • org.opencontainers.image.licenses
    Elastic-License
  • org.opencontainers.image.revision
    c859302dcfa51ee10915348ce467453130ed8b97
  • 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.20

Environment
ELASTIC_CONTAINER

true

JAVA_HOME

/opt/jdk-15.0.1+9

PATH

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


Layers

[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 15.75% (72.6 MB)

[#001] sha256:f24a4cc54c7c368727fe395785960f69a0dbe1fe8fca5bdbbe0c8d45a8dc51d8 - 42.99% (198 MB)

[#002] sha256:1b6df3adfb8f398060c16b9e9ee78862e7deae89bf64ba501e709c71e595b402 - 10.17% (46.9 MB)

[#003] sha256:a75da569075e87317d63fa7e45b18ced12bb07fda73169ddfeb1bc913062980c - 0.0% (2.26 KB)

[#004] sha256:787abc13b0c35727891900ef2d218b89343dcb84e9dd8e4d85083ea690f83d76 - 31.08% (143 MB)

[#005] sha256:9392e421ee4302715968c11bfaf914be2f375d258027cf632e6987e9303e5888 - 0.0% (2.02 KB)

[#006] sha256:97ce69fc8e63b9df5f043722782f8e8158015660c7ab54a1b174ce81653acea5 - 0.0% (2.34 KB)


History
2021-09-15 18:20:23 UTC

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

2021-09-15 18:20:23 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=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 18:20:23 UTC

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

2021-10-07 22:04:43 UTC

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

2021-10-07 22:04:43 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/jdk-15.0.1+9

2021-10-07 22:04:48 UTC

/bin/sh -c #(nop) COPY dir:8d79ae5f21bb18379c0d92b3d252f4730fec22a4509252ec794212b8f72bd7af in /opt/jdk-15.0.1+9

2021-10-07 22:05:37 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)

2021-10-07 22:05:39 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

2021-10-07 22:05:39 UTC

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

2021-10-07 22:05:44 UTC

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

2021-10-07 22:05:44 UTC

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

2021-10-07 22:05:44 UTC

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

2021-10-07 22:05:45 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

2021-10-07 22:05:45 UTC

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

2021-10-07 22:05:46 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-10-07T22:00:24.085009Z 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=c859302dcfa51ee10915348ce467453130ed8b97 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=6.8.20 org.opencontainers.image.created=2021-10-07T22:00:24.085009Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License org.opencontainers.image.revision=c859302dcfa51ee10915348ce467453130ed8b97 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.20

2021-10-07 22:05:46 UTC

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

2021-10-07 22:05:46 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