{"id":46232406,"url":"https://github.com/dockhippie/elasticsearch","last_synced_at":"2026-03-03T18:09:52.220Z","repository":{"id":50389067,"uuid":"46118323","full_name":"dockhippie/elasticsearch","owner":"dockhippie","description":"Docker images for elasticsearch","archived":false,"fork":false,"pushed_at":"2026-03-01T22:08:16.000Z","size":353,"stargazers_count":12,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T01:34:33.983Z","etag":null,"topics":["docker","image"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dockhippie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-13T11:32:11.000Z","updated_at":"2026-03-01T22:08:19.000Z","dependencies_parsed_at":"2026-02-01T16:02:20.011Z","dependency_job_id":null,"html_url":"https://github.com/dockhippie/elasticsearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dockhippie/elasticsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Felasticsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Felasticsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Felasticsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Felasticsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockhippie","download_url":"https://codeload.github.com/dockhippie/elasticsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Felasticsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","image"],"created_at":"2026-03-03T18:09:51.534Z","updated_at":"2026-03-03T18:09:52.211Z","avatar_url":"https://github.com/dockhippie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elasticsearch\n\n[![Docker Build](https://github.com/dockhippie/elasticsearch/actions/workflows/docker.yml/badge.svg)](https://github.com/dockhippie/elasticsearch/actions/workflows/docker.yml) [![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/dockhippie/elasticsearch)\n\nThese are docker images for [Elasticsearch][upstream] running on our\n[Alpine Linux image][parent].\n\n## Versions\n\nFor the available versions please look at [Docker Hub][dockerhub] or\n[Quay][quayio] or check the existing folders within the\n[GitHub repository][github].\n\n## Volumes\n\n*  /var/lib/elasticsearch\n\n## Ports\n\n*  9200\n*  9300\n\n## Available environment variables\n\n```console\nELASTICSEARCH_ACTION_DESTRUCTIVE_REQUIRES_NAME = false\nELASTICSEARCH_BASE_DIR = /var/lib/elasticsearch\nELASTICSEARCH_BOOTSTRAP_MEMORY_LOCK = false\nELASTICSEARCH_CLUSTER_INITIAL_MASTER_NODES =\nELASTICSEARCH_CLUSTER_NAME = elasticsearch\nELASTICSEARCH_CONFIG_DIR = /etc/elasticsearch\nELASTICSEARCH_DATA_DIR = ${ELASTICSEARCH_BASE_DIR}/data\nELASTICSEARCH_DELETE_GC_LOGS_ON_START = true\nELASTICSEARCH_DISCOVERY_SEED_HOSTS =\nELASTICSEARCH_HEALTHCHECK_CODE = 200\nELASTICSEARCH_HEALTHCHECK_URL = http://localhost:9200/\nELASTICSEARCH_HTTP_COMPRESSION = true\nELASTICSEARCH_HTTP_CORS_ALLOW_ORIGIN =\nELASTICSEARCH_HTTP_CORS_ENABLED = false\nELASTICSEARCH_INITIAL_HEAP = 256m\nELASTICSEARCH_JAVA_OPTIONS =\nELASTICSEARCH_LOGS_DIR = ${ELASTICSEARCH_BASE_DIR}/logs\nELASTICSEARCH_MAX_FD = 65536\nELASTICSEARCH_MAX_MAP_COUNT =\nELASTICSEARCH_MAXIMUM_HEAP = 256m\nELASTICSEARCH_NETWORK_HOST = 0.0.0.0\nELASTICSEARCH_NETWORK_PUBLISH_HOST =\nELASTICSEARCH_NODE_NAME = ${HOSTNAME}\nELASTICSEARCH_NODE_ROLES = master,data,ingest\nELASTICSEARCH_PLUGINS_DIR = ${ELASTICSEARCH_BASE_DIR}/plugins\nELASTICSEARCH_SCRIPTS_DIR = ${ELASTICSEARCH_BASE_DIR}/scripts\nELASTICSEARCH_SKIP_CHOWN = false\nELASTICSEARCH_SKIP_TEMPLATES = false\nELASTICSEARCH_STACK_SIZE = 1m\nELASTICSEARCH_WORK_DIR = ${ELASTICSEARCH_BASE_DIR}/work\nELASTICSEARCH_XPACK_SECURITY_ENABLED = true\nES_JAVA_HOME = /usr/lib/jvm/java-17-openjdk\n```\n\nExtracted by the command: `grep -hE ': \"\\$\\{(.*)\\}\"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: \"\\${//' | sed 's/:=\"/ = /' | sed 's/\"}\"$//' | sort | uniq`\n\n## Inherited environment variables\n\n*  [webhippie/alpine](https://github.com/dockhippie/alpine#available-environment-variables)\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n*  [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nMIT\n\n## Copyright\n\n```console\nCopyright (c) 2018 Thomas Boerger \u003chttp://www.webhippie.de\u003e\n```\n\n[upstream]: https://www.elastic.co/elasticsearch\n[parent]: https://github.com/dockhippie/alpine\n[dockerhub]: https://hub.docker.com/r/webhippie/elasticsearch/tags\n[quayio]: https://quay.io/repository/webhippie/elasticsearch?tab=tags\n[github]: https://github.com/dockhippie/elasticsearch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockhippie%2Felasticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockhippie%2Felasticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockhippie%2Felasticsearch/lists"}