Namespace
library
Image / Tag
elasticsearch:7.13.0
Content Digest
sha256:5928ef72ed4be974b6e41fba6599ed12806200e8710c48815c7fb0cbdf2283ca
Details
Created

2021-05-19 22:30:24 UTC

Size

415 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-05-19T22:22:26.081971330Z
  • 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
    5ca8591c6fcdb1260ce95b08a8e023559635c6f3
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    7.13.0
  • org.opencontainers.image.created
    2021-05-19T22:22:26.081971330Z
  • 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
    5ca8591c6fcdb1260ce95b08a8e023559635c6f3
  • 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.13.0

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.27% (71.7 MB)

[#001] sha256:dea920879f703d418aa9cadb572627a64e6061675088fbf2d0c48ba98bf2d55c - 7.14% (29.6 MB)

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

[#003] sha256:ff173f2d6e0172a20782e75500b1a809feb9b5cd41109eac8c6eef2a9314be9a - 75.54% (314 MB)

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

[#005] sha256:67c1b86afe55a1de715fc05275218fc187d8d3e7d710ed26a261f6aed2dd5475 - 0.0% (1.9 KB)

[#006] sha256:007b3c569f350438c9be1683f3ab33d8b8fbd436f3f88498c256c5f139797a9f - 0.05% (195 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-05-19 22:29:58 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-05-19 22:30:02 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-05-19 22:30:02 UTC

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

2021-05-19 22:30:03 UTC

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

2021-05-19 22:30:16 UTC

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

2021-05-19 22:30:18 UTC

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

2021-05-19 22:30:19 UTC

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

2021-05-19 22:30:20 UTC

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

2021-05-19 22:30:23 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-05-19 22:30:23 UTC

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

2021-05-19 22:30:24 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-19T22:22:26.081971330Z 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=5ca8591c6fcdb1260ce95b08a8e023559635c6f3 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.13.0 org.opencontainers.image.created=2021-05-19T22:22:26.081971330Z 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=5ca8591c6fcdb1260ce95b08a8e023559635c6f3 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.13.0

2021-05-19 22:30:24 UTC

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

2021-05-19 22:30:24 UTC

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

Details
Created

2021-05-19 23:22:59 UTC

Size

412 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-05-19T23:18:25.025066927Z
  • 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
    5ca8591c6fcdb1260ce95b08a8e023559635c6f3
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    7.13.0
  • org.opencontainers.image.created
    2021-05-19T23:18:25.025066927Z
  • 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
    5ca8591c6fcdb1260ce95b08a8e023559635c6f3
  • 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.13.0

Environment
ELASTIC_CONTAINER

true

PATH

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


Layers

[#000] sha256:333cbcae3fb80b9a46084ae4caea81a84aafda9700fb646ab89206d0cfe213fd - 17.49% (72.1 MB)

[#001] sha256:6622d7eb14819bcc2c7d6aed0e6527264d6451f74ba485636c680b4523ef6683 - 7.0% (28.9 MB)

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

[#003] sha256:d014edd0eea41503b7f2a3f794d76374a0e0ca8efa5a25da2fe3e4b8a5348879 - 75.45% (311 MB)

[#004] sha256:d33f5bb57534eedefe53af4f3c2059c8f2aba528d87b762814a561eb2ab1bdf2 - 0.0% (8.89 KB)

[#005] sha256:299a1e3adca5fc2adbc0a7129a44201ea38264ba7b232810e136514128879b7e - 0.0% (1.9 KB)

[#006] sha256:c592238d0ec70eab4cfc4c6403d5dc2424c845dfcb4def9a5f620810e7dac1a1 - 0.05% (195 KB)


History
2020-12-07 23:42:06 UTC

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

2020-12-07 23:42: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=20201204

2020-12-07 23:42:10 UTC

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

2021-05-19 23:22:45 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-05-19 23:22:46 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-05-19 23:22:47 UTC

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

2021-05-19 23:22:47 UTC

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

2021-05-19 23:22:54 UTC

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

2021-05-19 23:22:56 UTC

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

2021-05-19 23:22:56 UTC

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

2021-05-19 23:22:57 UTC

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

2021-05-19 23:22:59 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-05-19 23:22:59 UTC

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

2021-05-19 23:22:59 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-19T23:18:25.025066927Z 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=5ca8591c6fcdb1260ce95b08a8e023559635c6f3 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.13.0 org.opencontainers.image.created=2021-05-19T23:18:25.025066927Z 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=5ca8591c6fcdb1260ce95b08a8e023559635c6f3 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.13.0

2021-05-19 23:22:59 UTC

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

2021-05-19 23:22:59 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