Namespace
library
Image / Tag
elasticsearch:7.14.0
Content Digest
sha256:81c126e4eddbc5576285670cb3e23d7ef7892ee5e757d6d9ba870b6fe99f1219
Details
Created

2021-07-29 20:58:02 UTC

Size

489 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-07-29T20:49:32.864135063Z
  • 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
    dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    7.14.0
  • org.opencontainers.image.created
    2021-07-29T20:49:32.864135063Z
  • 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
    dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1
  • 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.14.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 - 14.66% (71.7 MB)

[#001] sha256:7718d2f58c471b94b4a903dd6a3c5dd2ebb81fbee56b303183faa1f69c0e8503 - 17.9% (87.5 MB)

[#002] sha256:cc5c16bd8bb9053720f793e9ae887fe19e6d24b29e68b22c378feeddd386eea9 - 0.0% (2.33 KB)

[#003] sha256:e3d829b4b297d870405c4702449817546225fa190a081fddcb7fb31d5872b26f - 67.4% (330 MB)

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

[#005] sha256:373fb8fbaf74db6083b3eba23a0b8d3da7e26b308903a1ce40f4db27234e115a - 0.0% (1.93 KB)

[#006] sha256:5908d3eb2989f37769070d80ebe75124a5e8f8891805e2ee69d9b983b0700e60 - 0.04% (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-07-29 20:57:41 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-07-29 20:57:44 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-07-29 20:57:44 UTC

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

2021-07-29 20:57:45 UTC

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

2021-07-29 20:57:57 UTC

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

2021-07-29 20:57:58 UTC

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

2021-07-29 20:57:58 UTC

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

2021-07-29 20:57:59 UTC

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

2021-07-29 20:58:01 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-07-29 20:58:01 UTC

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

2021-07-29 20:58:02 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-07-29T20:49:32.864135063Z 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=dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.14.0 org.opencontainers.image.created=2021-07-29T20:49:32.864135063Z 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=dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1 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.14.0

2021-07-29 20:58:02 UTC

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

2021-07-29 20:58:02 UTC

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

Details
Created

2021-07-29 21:51:58 UTC

Size

487 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-07-29T21:47:05.916196581Z
  • 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
    dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1
  • org.label-schema.vcs-url
    https://github.com/elastic/elasticsearch
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    7.14.0
  • org.opencontainers.image.created
    2021-07-29T21:47:05.916196581Z
  • 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
    dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1
  • 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.14.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 - 14.81% (72.1 MB)

[#001] sha256:0a1157305657a12ada26b59798f33b0be9849433053e47f63434067afc799b81 - 17.97% (87.5 MB)

[#002] sha256:e1ccdd9b3f224dbc678815eb1b43572580472d2970846df6735c24a04c599728 - 0.0% (2.34 KB)

[#003] sha256:0db0e54bc8bb584dd1903e6f070e82bc430fa898e49202c58f64f3c497b0d4f8 - 67.18% (327 MB)

[#004] sha256:5f19cde676a47993b8fa99416e114263d17df6ccf0484c4b77f5c1c606b820cf - 0.0% (8.9 KB)

[#005] sha256:6157fa8382415c94366da101b7373dde523dd93dac854d2f4e2b1267cd0604ba - 0.0% (1.93 KB)

[#006] sha256:036230b4b1873776e096e468aecc5d505b716b1b0a96b63849257c355698fb83 - 0.04% (196 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-07-29 21:51:41 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-07-29 21:51: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 && chown -R 1000:0 /usr/share/elasticsearch

2021-07-29 21:51:43 UTC

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

2021-07-29 21:51:43 UTC

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

2021-07-29 21:51:52 UTC

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

2021-07-29 21:51:55 UTC

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

2021-07-29 21:51:55 UTC

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

2021-07-29 21:51:56 UTC

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

2021-07-29 21:51:58 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-07-29 21:51:58 UTC

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

2021-07-29 21:51:58 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-07-29T21:47:05.916196581Z 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=dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.14.0 org.opencontainers.image.created=2021-07-29T21:47:05.916196581Z 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=dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1 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.14.0

2021-07-29 21:51:58 UTC

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

2021-07-29 21:51:58 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