Namespace
library
Image / Tag
elasticsearch:6.8.12
Content Digest
sha256:318c18bb5b233e79a7f4819ab1de013215d4eb570749d7622c24afdfee84c041
Details
Created

2020-08-12 07:34:29 UTC

Size

424 MB

Content Digest
Labels
  • org.label-schema.build-date
    2020-08-12T07:27:20.804867Z
  • 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
    7a15d2a169913a2d6116dcc081bc592fbf8d9b1c
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    6.8.12
  • org.opencontainers.image.created
    2020-08-12T07:27:20.804867Z
  • org.opencontainers.image.documentation
    https://www.elastic.co/guide/en/elasticsearch/reference/index.html
  • org.opencontainers.image.licenses
    Elastic-License
  • org.opencontainers.image.revision
    7a15d2a169913a2d6116dcc081bc592fbf8d9b1c
  • 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.12

Environment
ELASTIC_CONTAINER

true

JAVA_HOME

/opt/jdk-14.0.1+7

PATH

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


Layers

[#000] sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 - 17.04% (72.3 MB)

[#001] sha256:211d80c7326d2a5fed590b129882bc569ed5915afce119a5c42e9d9f4f82a918 - 47.61% (202 MB)

[#002] sha256:8b061ab1ef7fde0c29b329a7a9ae3ddae1ffee16e73643b5fa775a23162d9c54 - 1.62% (6.86 MB)

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

[#004] sha256:79eafa2f0b0b9792f217d33e92fe5dde6c0006d0fb61c83cdfb85572736e55b9 - 33.72% (143 MB)

[#005] sha256:90b66cf42d5c18c3d3ba3641febef562a44fcf5ff0da69b0096aba16dc31f3f5 - 0.0% (2.01 KB)

[#006] sha256:25f76a960056a5c3fcbf34a7adca2dfbbcd3bcfd63ee139d24749f99c3f745ab - 0.0% (2.34 KB)


History
2020-08-10 18:20:08 UTC

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

2020-08-10 18:20:09 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=20200809 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-08-09 00:00:00+01:00

2020-08-10 18:20:09 UTC

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

2020-08-12 07:33:49 UTC

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

2020-08-12 07:33:50 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/jdk-14.0.1+7

2020-08-12 07:33:57 UTC

/bin/sh -c #(nop) COPY dir:1f33bb8a41e8c55f30a27315a6c01178c489337e8e8baee8147ab3a9d9662fcb in /opt/jdk-14.0.1+7

2020-08-12 07:34:20 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-08-12 07:34:22 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-08-12 07:34:22 UTC

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

2020-08-12 07:34:26 UTC

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

2020-08-12 07:34:27 UTC

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

2020-08-12 07:34:27 UTC

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

2020-08-12 07:34:29 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-08-12 07:34:29 UTC

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

2020-08-12 07:34:29 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-12T07:27:20.804867Z 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=7a15d2a169913a2d6116dcc081bc592fbf8d9b1c org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=6.8.12 org.opencontainers.image.created=2020-08-12T07:27:20.804867Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License org.opencontainers.image.revision=7a15d2a169913a2d6116dcc081bc592fbf8d9b1c 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.12

2020-08-12 07:34:29 UTC

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

2020-08-12 07:34:29 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