{"architecture":"amd64","author":"DevOps \u003cdevops@jfrog.com\u003e","config":{"Hostname":"","Domainname":"","User":"elasticsearch","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"9200/tcp":{},"9300/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","ELASTIC_CONTAINER=true","ES_VERSION=7.8.0"],"Cmd":["eswrapper"],"Image":"sha256:6830aabce87192926dbde1e60d81e69bdb484ecb1f131227a96bb11c2d81fb86","Volumes":null,"WorkingDir":"/usr/share/elasticsearch","Entrypoint":["/tini","--","/usr/local/bin/docker-entrypoint.sh"],"OnBuild":null,"Labels":{"org.label-schema.build-date":"2020-06-14T19:35:50.234439Z","org.label-schema.license":"Apache-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":"757314695644ea9a1dc2fecd26d1a43856725e65","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.8.0","org.opencontainers.image.created":"2020-06-14T19:35:50.234439Z","org.opencontainers.image.documentation":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.opencontainers.image.licenses":"Apache-2.0","org.opencontainers.image.revision":"757314695644ea9a1dc2fecd26d1a43856725e65","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.8.0"}},"container":"bb96b82bcdc51340d6f2629f8f0dd9c17f5011206bf9ea21fef9c03a186aa93a","container_config":{"Hostname":"bb96b82bcdc5","Domainname":"","User":"elasticsearch","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"9200/tcp":{},"9300/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","ELASTIC_CONTAINER=true","ES_VERSION=7.8.0"],"Cmd":["/bin/sh","-c","#(nop) ","USER elasticsearch"],"Image":"sha256:6830aabce87192926dbde1e60d81e69bdb484ecb1f131227a96bb11c2d81fb86","Volumes":null,"WorkingDir":"/usr/share/elasticsearch","Entrypoint":["/tini","--","/usr/local/bin/docker-entrypoint.sh"],"OnBuild":null,"Labels":{"org.label-schema.build-date":"2020-06-14T19:35:50.234439Z","org.label-schema.license":"Apache-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":"757314695644ea9a1dc2fecd26d1a43856725e65","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.8.0","org.opencontainers.image.created":"2020-06-14T19:35:50.234439Z","org.opencontainers.image.documentation":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.opencontainers.image.licenses":"Apache-2.0","org.opencontainers.image.revision":"757314695644ea9a1dc2fecd26d1a43856725e65","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.8.0"}},"created":"2020-07-20T18:26:16.130133Z","docker_version":"19.03.8","history":[{"created":"2020-05-05T21:20:06.628576585Z","created_by":"/bin/sh -c #(nop) ADD file:38e2d2a1a0cd8694bd5086f257fdf7504f0c2481bf4f746c9bd1c8d9f3f6430d in / "},{"created":"2020-05-05T21:20:06.986794764Z","created_by":"/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=20200504 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-05-04 00:00:00+01:00","empty_layer":true},{"created":"2020-05-05T21:20:07.182447994Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/bash\"]","empty_layer":true},{"created":"2020-06-14T19:40:07.692662331Z","created_by":"/bin/sh -c #(nop)  ENV ELASTIC_CONTAINER=true","empty_layer":true},{"created":"2020-06-14T19:40:07.904870284Z","created_by":"/bin/sh -c #(nop) COPY file:df9158ae8b9b283e8ea5bd72d1e344c08dea733e283f9f0941833f467466323c in /tini "},{"created":"2020-06-14T19:40:29.266027712Z","created_by":"/bin/sh -c for iter in {1..10}; do yum update --setopt=tsflags=nodocs -y \u0026\u0026     yum install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip \u0026\u0026     yum clean all \u0026\u0026 exit_code=0 \u0026\u0026 break || exit_code=$? \u0026\u0026 echo \"yum error: retry $iter in 10s\" \u0026\u0026 sleep 10; done;     (exit $exit_code)"},{"created":"2020-06-14T19:40:30.573395245Z","created_by":"/bin/sh -c groupadd -g 1000 elasticsearch \u0026\u0026     adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch \u0026\u0026     chmod 0775 /usr/share/elasticsearch \u0026\u0026     chgrp 0 /usr/share/elasticsearch"},{"created":"2020-06-14T19:40:30.757670339Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch","empty_layer":true},{"created":"2020-06-14T19:40:41.813711263Z","created_by":"/bin/sh -c #(nop) COPY --chown=1000:0dir:17b906f49cef49935da60f29ef75517e2bdc2d0929d95d671c30393169929ebd in /usr/share/elasticsearch "},{"created":"2020-06-14T19:40:43.417919732Z","created_by":"/bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts /usr/share/elasticsearch/jdk/lib/security/cacerts"},{"created":"2020-06-14T19:40:44.67855858Z","created_by":"/bin/sh -c #(nop)  ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","empty_layer":true},{"created":"2020-06-14T19:40:44.931345724Z","created_by":"/bin/sh -c #(nop) COPY file:d964df1452418918baf1d29ee20df18c9648ca6c9d51764640fca470bd9a9366 in /usr/local/bin/docker-entrypoint.sh "},{"created":"2020-06-14T19:40:46.374238189Z","created_by":"/bin/sh -c chmod g=u /etc/passwd \u0026\u0026     chmod 0775 /usr/local/bin/docker-entrypoint.sh"},{"created":"2020-06-14T19:40:47.741512663Z","created_by":"/bin/sh -c find / -xdev -perm -4000 -exec chmod ug-s {} +"},{"created":"2020-06-14T19:40:47.920661374Z","created_by":"/bin/sh -c #(nop)  EXPOSE 9200 9300","empty_layer":true},{"created":"2020-06-14T19:40:48.081021534Z","created_by":"/bin/sh -c #(nop)  LABEL org.label-schema.build-date=2020-06-14T19:35:50.234439Z org.label-schema.license=Apache-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=757314695644ea9a1dc2fecd26d1a43856725e65 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.8.0 org.opencontainers.image.created=2020-06-14T19:35:50.234439Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.revision=757314695644ea9a1dc2fecd26d1a43856725e65 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.8.0","empty_layer":true},{"created":"2020-06-14T19:40:48.233775743Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"/tini\" \"--\" \"/usr/local/bin/docker-entrypoint.sh\"]","empty_layer":true},{"created":"2020-06-14T19:40:48.397281037Z","created_by":"/bin/sh -c #(nop)  CMD [\"eswrapper\"]","empty_layer":true},{"created":"2020-07-20T18:26:14.2547215Z","created_by":"/bin/sh -c #(nop)  ENV ES_VERSION=7.8.0","empty_layer":true},{"created":"2020-07-20T18:26:14.460949Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  MAINTAINER DevOps \u003cdevops@jfrog.com\u003e","empty_layer":true},{"created":"2020-07-20T18:26:14.6442168Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  USER root","empty_layer":true},{"created":"2020-07-20T18:26:15.9595694Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c chmod -R 775 /usr/share/elasticsearch/config \u0026\u0026     chmod -R 755 /usr/share/elasticsearch/bin/* \u0026\u0026     chmod 777 /usr/share/elasticsearch/logs \u0026\u0026     chmod 777 /usr/share/elasticsearch/config"},{"created":"2020-07-20T18:26:16.130133Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  USER elasticsearch","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:edf3aa290fb3c255a84fe836109093fbfeef65c08544f655fad8d6afb53868ba","sha256:bd8769bfd00f1be528631a4f82f9d04e0fc506c815eddf9102271d59106cf77e","sha256:d4b668a0c4a91c257154c36731a3ab03c0b05cbe484163ce2ae45433ce28cf9c","sha256:30562f85fd90aa3d40f532d48fbd358b891d6249bfc20dfc3b7b07ba09618325","sha256:c24996e8cf299187b4c517a3e0a7bbb03393c017cd0b94bee396a26363678a8d","sha256:7fc88a22c041336b1dc991c08ae8481b7cf6b9ebf28f47ee58aeac397d9082dc","sha256:7e476ff35c4dd7907aa271fc930df43a2e3495662c5db56a15f554fd4f23df2d","sha256:aa836f6099a7b0c28b23fe96f604827ee079b77a78c5925c7d4d2779d6b54e08","sha256:3a13a57f3276fcf840846bb6d78c4a140d8ed9a12f78e1745aa6178db2903b61","sha256:c3ac3c91474c2938c4e3885be60e527d11a7eae6229aa30dbfb007114675f021"]}}