{"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:6ec99eeafebf8ac976372dfd9812ca82ccffb660fecf4e2d9f9ee8419c1d1df7","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":"0262e17e44ede5eda22d860b869b3f6b644be39c11f12c3ff83550661bc22f74","container_config":{"Hostname":"0262e17e44ed","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:6ec99eeafebf8ac976372dfd9812ca82ccffb660fecf4e2d9f9ee8419c1d1df7","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-10-12T12:58:01.791112815Z","docker_version":"19.03.13","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-10-12T12:57:36.848896427Z","created_by":"/bin/sh -c #(nop)  ENV ES_VERSION=7.8.0","empty_layer":true},{"created":"2020-10-12T12:57:37.04446589Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  MAINTAINER DevOps \u003cdevops@jfrog.com\u003e","empty_layer":true},{"created":"2020-10-12T12:57:37.256256898Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  USER root","empty_layer":true},{"created":"2020-10-12T12:57:37.501609838Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY file:8c7811cfa866d709f8e682f601fce6c79f73dd50f341c260769a3e79330f8b09 in /.artifactory_env "},{"created":"2020-10-12T12:57:38.997114975Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c source /.artifactory_env \u0026\u0026 curl -fL -u${artifactory_user}:${artifactory_token} \"https://entplus.jfrog.io/artifactory/third-party-releases-local/yq/yq/3.3.4/yq-3.3.4-linux.tar.gz\" -o /opt/yq-3.3.4-linux.tar.gz     \u0026\u0026 tar -xvf /opt/yq-3.3.4-linux.tar.gz -C /opt/     \u0026\u0026 mv /opt/yq-3.3.4-linux /opt/yq"},{"created":"2020-10-12T12:57:41.220272373Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c source /.artifactory_env \u0026\u0026 curl -fL -u${artifactory_user}:${artifactory_token} \"https://entplus.jfrog.io/artifactory/third-party-releases-local/elasticsearch-oss/search-guard/${ES_VERSION}/search-guard-${ES_VERSION}.zip\" -o /search-guard-${ES_VERSION}.zip"},{"created":"2020-10-12T12:57:45.750937371Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c /usr/share/elasticsearch/bin/elasticsearch-plugin install -b file:///search-guard-${ES_VERSION}.zip"},{"created":"2020-10-12T12:57:46.130022808Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY dir:db3ab72915f058d6c705675540c67407f81360e93f6538ada0d21922b62d0bcd in /usr/share/elasticsearch/config "},{"created":"2020-10-12T12:57:46.35379042Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  ARG TMP_SG_DIR=/opt/tmp-es-sg","empty_layer":true},{"created":"2020-10-12T12:57:46.58996064Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY dir:6ce85ac1466430b19c882cb8b153cfd7da9909a1417c2c9b88266fd105a5f033 in /opt/tmp-es-sg/config "},{"created":"2020-10-12T12:57:51.645599786Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"|1 TMP_SG_DIR=/opt/tmp-es-sg /bin/sh -c mkdir -p ${TMP_SG_DIR}     \u0026\u0026 cd ${TMP_SG_DIR}     \u0026\u0026 source /.artifactory_env     \u0026\u0026 curl -fL -u${artifactory_user}:${artifactory_token} \"https://entplus.jfrog.io/artifactory/third-party-releases-local/elasticsearch-oss/search-guard-tlstool/1.6/search-guard-tlstool-1.6.tar.gz\" -o \"search-guard-tlstool-1.6.tar.gz\"     \u0026\u0026 tar -xf search-guard-tlstool-1.6.tar.gz     \u0026\u0026 cd tools     \u0026\u0026 export JAVA_HOME=/usr/share/elasticsearch/jdk     \u0026\u0026 ./sgtlstool.sh -c ../config/tlsconfig.yml -ca -crt     \u0026\u0026 cd ${TMP_SG_DIR}/tools/out     \u0026\u0026 cp localhost.key localhost.pem root-ca.pem /usr/share/elasticsearch/config/     \u0026\u0026 cp root-ca.pem  sgadmin.key sgadmin.pem /usr/share/elasticsearch/plugins/search-guard-7/tools/     \u0026\u0026 echo \"\" \u003e /usr/share/elasticsearch/config/unicast_hosts.txt     \u0026\u0026 chmod 775 /usr/share/elasticsearch/config/unicast_hosts.txt     \u0026\u0026 rm -fr ${TMP_SG_DIR}"},{"created":"2020-10-12T12:57:51.85700827Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY dir:5147a02c18e28b8cafa25e433f44ef367ba7acf7500450826885191dc15c2f4a in /usr/local/bin "},{"created":"2020-10-12T12:57:52.688935024Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"|1 TMP_SG_DIR=/opt/tmp-es-sg /bin/sh -c cp -fr /usr/share/elasticsearch/plugins/search-guard-7/sgconfig /usr/share/elasticsearch/plugins/search-guard-7/sgconfig_copy     \u0026\u0026 chmod 775 /usr/local/bin/*.sh"},{"created":"2020-10-12T12:57:59.747445704Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"|1 TMP_SG_DIR=/opt/tmp-es-sg /bin/sh -c chown -R elasticsearch:root /usr/share/elasticsearch \u0026\u0026     chmod -R 775 /usr/share/elasticsearch/config \u0026\u0026     chmod -R 775 /usr/share/elasticsearch/plugins \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-10-12T12:58:01.791112815Z","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:6a2c2c8af1e031f2a485a7b840efd10722ea9d092941351be06962c5355d11a5","sha256:fb58de805c3f93305e7ce505211a8e345342ff58c3c95ae24d1efc0932418b33","sha256:fa404a2ced19b228c808dc608e1e5e0edd9991ae89990ccc82805f4c75e0db96","sha256:e6252674778812f893b7bfc18960facf98b2af8dc27ca63a8b149e0350c59085","sha256:d63f1f90d1f02e5cfb52fd88d25a1aab1f4660c5c747858ad1c95b1d96891046","sha256:389d8f5173303d028cb6a89267b84521851dacd9e98b996a366081069827cc52","sha256:fbe6701bc36728ef698f401fda790e3a6ec63f80145c9b7c3ee96a147f559f85","sha256:46c53473dc4513cb00beea2ae2488b665719b1741383d76f3ad32f46ce069a21","sha256:bd1ad98ec9e39a4c90f8212c355a3a26ae655d46229f0df494ac66f8eadd720e","sha256:7525bdf9f29a4cc7527a3f6182aeb061ba474d70e31b18d1eb3ae64538654a40"]}}