{"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.9.3"],"Cmd":["eswrapper"],"Image":"sha256:b6f3c99ad1579803c7a37125ffd8f7c47d22a8de30320fd16a108cfcf93ed2f8","Volumes":null,"WorkingDir":"/usr/share/elasticsearch","Entrypoint":["/tini","--","/usr/local/bin/docker-entrypoint.sh"],"OnBuild":null,"Labels":{"org.label-schema.build-date":"2020-10-16T10:36:16.141335Z","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":"c4138e51121ef06a6404866cddc601906fe5c868","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.9.3","org.opencontainers.image.created":"2020-10-16T10:36:16.141335Z","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":"c4138e51121ef06a6404866cddc601906fe5c868","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.9.3"}},"container":"5fd2ab77feb3d8232681fcd28c684faa1ec480631b99a0cf02b7de273a13c851","container_config":{"Hostname":"5fd2ab77feb3","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.9.3"],"Cmd":["/bin/sh","-c","#(nop) ","USER elasticsearch"],"Image":"sha256:b6f3c99ad1579803c7a37125ffd8f7c47d22a8de30320fd16a108cfcf93ed2f8","Volumes":null,"WorkingDir":"/usr/share/elasticsearch","Entrypoint":["/tini","--","/usr/local/bin/docker-entrypoint.sh"],"OnBuild":null,"Labels":{"org.label-schema.build-date":"2020-10-16T10:36:16.141335Z","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":"c4138e51121ef06a6404866cddc601906fe5c868","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.9.3","org.opencontainers.image.created":"2020-10-16T10:36:16.141335Z","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":"c4138e51121ef06a6404866cddc601906fe5c868","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.9.3"}},"created":"2020-12-24T09:55:33.746373238Z","docker_version":"20.10.1","history":[{"created":"2020-08-10T18:20:08.948813347Z","created_by":"/bin/sh -c #(nop) ADD file:61908381d3142ffba798ae9a904476d19b197ab79d0338f14bec0f76649df8d4 in / "},{"created":"2020-08-10T18:20:09.298928893Z","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=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","empty_layer":true},{"created":"2020-08-10T18:20:09.474278304Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/bash\"]","empty_layer":true},{"created":"2020-10-16T10:40:44.871509971Z","created_by":"/bin/sh -c #(nop)  ENV ELASTIC_CONTAINER=true","empty_layer":true},{"created":"2020-10-16T10:40:45.063994469Z","created_by":"/bin/sh -c #(nop) COPY file:df9158ae8b9b283e8ea5bd72d1e344c08dea733e283f9f0941833f467466323c in /tini "},{"created":"2020-10-16T10:41:04.141121838Z","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-10-16T10:41:05.118562687Z","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-10-16T10:41:05.373322803Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch","empty_layer":true},{"created":"2020-10-16T10:41:17.775133629Z","created_by":"/bin/sh -c #(nop) COPY --chown=1000:0dir:d20549365b58497a9f6d1ba979525f57034559f97efb32c722fd0bd08d95fb03 in /usr/share/elasticsearch "},{"created":"2020-10-16T10:41:19.473783146Z","created_by":"/bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts /usr/share/elasticsearch/jdk/lib/security/cacerts"},{"created":"2020-10-16T10:41:19.688601126Z","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-10-16T10:41:19.922183086Z","created_by":"/bin/sh -c #(nop) COPY file:d964df1452418918baf1d29ee20df18c9648ca6c9d51764640fca470bd9a9366 in /usr/local/bin/docker-entrypoint.sh "},{"created":"2020-10-16T10:41:20.882220488Z","created_by":"/bin/sh -c chmod g=u /etc/passwd \u0026\u0026     chmod 0775 /usr/local/bin/docker-entrypoint.sh"},{"created":"2020-10-16T10:41:24.089547757Z","created_by":"/bin/sh -c find / -xdev -perm -4000 -exec chmod ug-s {} +"},{"created":"2020-10-16T10:41:24.335800031Z","created_by":"/bin/sh -c #(nop)  EXPOSE 9200 9300","empty_layer":true},{"created":"2020-10-16T10:41:24.514898935Z","created_by":"/bin/sh -c #(nop)  LABEL org.label-schema.build-date=2020-10-16T10:36:16.141335Z 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=c4138e51121ef06a6404866cddc601906fe5c868 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=7.9.3 org.opencontainers.image.created=2020-10-16T10:36:16.141335Z 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=c4138e51121ef06a6404866cddc601906fe5c868 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.9.3","empty_layer":true},{"created":"2020-10-16T10:41:25.730693417Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"/tini\" \"--\" \"/usr/local/bin/docker-entrypoint.sh\"]","empty_layer":true},{"created":"2020-10-16T10:41:25.905971015Z","created_by":"/bin/sh -c #(nop)  CMD [\"eswrapper\"]","empty_layer":true},{"created":"2020-12-24T09:55:09.354770749Z","created_by":"/bin/sh -c #(nop)  ENV ES_VERSION=7.9.3","empty_layer":true},{"created":"2020-12-24T09:55:09.483409931Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  MAINTAINER DevOps \u003cdevops@jfrog.com\u003e","empty_layer":true},{"created":"2020-12-24T09:55:09.618761089Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop)  USER root","empty_layer":true},{"created":"2020-12-24T09:55:09.784976649Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY file:c4a5216513b5bbec10070ce8aa1bacc6401ebedc13e6b7ac12cbf16e96e4cf81 in /.artifactory_env "},{"created":"2020-12-24T09:55:11.095717256Z","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.4.1/yq-3.4.1-linux.tar.gz\" -o /opt/yq-3.4.1-linux.tar.gz     \u0026\u0026 tar -xvf /opt/yq-3.4.1-linux.tar.gz -C /opt/     \u0026\u0026 mv /opt/yq-3.4.1-linux /opt/yq"},{"created":"2020-12-24T09:55:14.031232193Z","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-12-24T09:55:18.754415323Z","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-12-24T09:55:19.067993958Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY dir:db3ab72915f058d6c705675540c67407f81360e93f6538ada0d21922b62d0bcd in /usr/share/elasticsearch/config "},{"created":"2020-12-24T09:55:19.18688532Z","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-12-24T09:55:19.35825657Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY dir:3f4e94ad89cf709abf3723e28953a41ed9ea045250a8b535872e4d4f98803b21 in /opt/tmp-es-sg/config "},{"created":"2020-12-24T09:55:24.116601459Z","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-12-24T09:55:24.288763522Z","author":"DevOps \u003cdevops@jfrog.com\u003e","created_by":"/bin/sh -c #(nop) COPY dir:52617cc4f500ab904069f2beab07d5f0c6cb23e0c5ae212c66c916554c01b65e in /usr/local/bin "},{"created":"2020-12-24T09:55:24.958282815Z","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-12-24T09:55:31.806904603Z","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-12-24T09:55:33.746373238Z","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:613be09ab3c0860a5216936f412f09927947012f86bfa89b263dfa087a725f81","sha256:671082a11b0d9c826d7ee812347534c7ed5eb909a56949781584f28cc8618585","sha256:905307071c7a14304b65f20157aa4dc2bd82538a43a1d9cb118582b08dd792d6","sha256:0fc80a23eb950049485e58b27c0fa29336203255add1b90a3e8f39411609c8e6","sha256:7a9edbf393149b3f45d57cc4545461eb71a5254b67278d1a081ef0d47ae36e7e","sha256:58f23f86687a6283c7e364b605cc7cf9ff562c600394cab098729e090695abdd","sha256:c710348e35a4ab7ba09611bba16ab405500d87549553877be2c5e72dfce7febd","sha256:08a8f1b9e210e9a21679a5afd7f864ae22879413f9275b0263b4947a701b9ed4","sha256:b9a553b0554d776cb97538bccdb07bb7a52413678a54fc38325db97f445e1807","sha256:7260b796d59030dbf0574ae789e4da426f1a18cf6a74dd7f3d23d5486efae4b3","sha256:24fa3cbfba97d4fe12f764165e5b32818a2167b0ca27b5b16c3bf42685953ca8","sha256:ee9949930cb295b6bf2710dece772661ec40323cf398ac8a9ff1a7417576c3c9","sha256:4d4c892005f17a1590a43328d2742c91483c3f3be70ced35f879545fb88e3f44","sha256:db7951f29af321635c24657e8e4eeb385b20a552bdce5de867ff706478d99db7","sha256:7391949077423c4fcb5f30fa166fd65ea3518a93e1e50afecec8735f756b6dde","sha256:f8aba10f3ac05100cfc37062782f1d6eba103189c62b17e792ce01106d1767aa","sha256:13c3075bf9375d4b4db2891b2c8385b43cb46563f11167a5fd8e521d907db516","sha256:1fb75daeda16a2846535073778c91e99ce90ef731779f32f34d26ea636af1f15","sha256:55a2343d81ff781108b8405ebc7c3e3d231d1e8a9a351af7c90d9a05a808fdd9"]}}