{"id":46744681,"url":"https://github.com/owncloud-ops/opensearch","last_synced_at":"2026-03-09T19:17:08.418Z","repository":{"id":36965695,"uuid":"503391745","full_name":"owncloud-ops/opensearch","owner":"owncloud-ops","description":"Custom container image for OpenSearch","archived":false,"fork":false,"pushed_at":"2026-02-11T01:45:58.000Z","size":57,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T06:05:19.591Z","etag":null,"topics":["container","oci","opensearch"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/owncloudops/opensearch","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owncloud-ops.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":"2022-06-14T14:21:12.000Z","updated_at":"2024-04-25T10:55:38.000Z","dependencies_parsed_at":"2026-02-11T04:00:33.742Z","dependency_job_id":null,"html_url":"https://github.com/owncloud-ops/opensearch","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/owncloud-ops/opensearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fopensearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fopensearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fopensearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fopensearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owncloud-ops","download_url":"https://codeload.github.com/owncloud-ops/opensearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fopensearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30309023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","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":["container","oci","opensearch"],"created_at":"2026-03-09T19:17:07.950Z","updated_at":"2026-03-09T19:17:08.410Z","avatar_url":"https://github.com/owncloud-ops.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opensearch\n\n[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ops/opensearch/status.svg)](https://drone.owncloud.com/owncloud-ops/opensearch/)\n[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker\u0026logoColor=white)](https://hub.docker.com/r/owncloudops/opensearch)\n[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker\u0026logoColor=white)](https://quay.io/repository/owncloudops/opensearch)\n\nCustom container image for [OpenSearch](https://github.com/opensearch/opensearch/).\n\n## Ports\n\n- 9200\n- 9300\n\n## Volumes\n\n- /usr/share/opensearch/data\n- /usr/share/opensearch/backup\n- /usr/share/opensearch/log\n\n## Bundled Plugins\n\n- repository-s3\n- ingest-attachment\n\n## Environment Variables\n\n```Shell\nOPENSEARCH_ADMIN_ENABLED=true\nOPENSEARCH_ADMIN_USERNAME=opensearch\nOPENSEARCH_ADMIN_PASSWORD=opensearch\n\nOPENSEARCH_CLUSTER_NAME=opensearch\nOPENSEARCH_CLUSTER_MODE=false\n# Enable this setting only to bootstrap a new cluster **not** for existing clusters.\nOPENSEARCH_CLUSTER_INIT=false\n# Comma-separated list\nOPENSEARCH_INITIAL_MASTER_NODES=opensearch-node1\nOPENSEARCH_NODE_NAME=opensearch-node1\nOPENSEARCH_NODE_MANAGER=true\nOPENSEARCH_NODE_DATA=true\nOPENSEARCH_NODE_INGEST=true\n# Comma-separated list\nOPENSEARCH_DISCOVERY_SEED_HOSTS=opensearch-node1\nOPENSEARCH_NETWORK_HOST=0.0.0.0\nOPENSEARCH_NETWORK_PUBLISH_HOST=\nOPENSEARCH_BOOTSTRAP_MEMORY_LOCK=true\nOPENSEARCH_HTTP_PORT=9200\nOPENSEARCH_HTTP_COMPRESSION=true\n\nOPENSEARCH_DEFAULT_NUMBER_OF_REPLICAS=1\n\nOPENSEARCH_PLUGINS_SECURITY_ENABLED=false\n# If you enable securoty on a production mode cluster, transport ssl is mandatory\n# and need to be configured.\nOPENSEARCH_PLUGINS_SECURITY_SSL_TRANSPORT_ENABLED=false\nOPENSEARCH_PLUGINS_SECURITY_SSL_TRANSPORT_KEY=node-key.pem\nOPENSEARCH_PLUGINS_SECURITY_SSL_TRANSPORT_CERTIFICATE=node.pem\nOPENSEARCH_PLUGINS_SECURITY_SSL_TRANSPORT_CERTIFICATE_AUTHORITIES=ca-bundle.trust.crt\nOPENSEARCH_PLUGINS_SECURITY_SSL_TRANSPORT_HOSTNAME_VERIFICATION=false\n\nOPENSEARCH_PLUGINS_SECURITY_HTTP_SSL_ENABLED=false\nOPENSEARCH_PLUGINS_SECURITY_HTTP_SSL_KEY=node-key.pem\nOPENSEARCH_PLUGINS_SECURITY_HTTP_SSL_CERTIFICATE=node.pem\nOPENSEARCH_PLUGINS_SECURITY_HTTP_SSL_CERTIFICATE_AUTHORITIES=\n\nOPENSEARCH_PLUGINS_SECURITY_RESTAPI_ROLES_ENABLED=all_access,security_rest_api_access\nOPENSEARCH_PLUGINS_SECURITY_NODES_DN=\n\n# Salt to use when generating the hash value. Only ASCII characters are allowed.\n# A random one is generated by default. Need to be set to a static value on cluster setups.\nOPENSEARCH_PLUGINS_SECURITY_COMPLIANCE_SALT=\n\nOPENSEARCH_ROOT_LOG_LEVEL=info\nOPENSEARCH_JVM_HEAP_SIZE=512m\n\nOPENSEARCH_S3_CLIENT_DEFAULT_ACCESS_KEY=\nOPENSEARCH_S3_CLIENT_DEFAULT_SECRET_KEY=\n\n# Space-separated list of extra options to set for the Java JVM.\n# Example: OPENSEARCH_JVM_EXTRA_OPTS=-Djava.option1=foo -Djava.option2=bar\nOPENSEARCH_JVM_EXTRA_OPTS=\n```\n\n## Build\n\n```Shell\ndocker build -f Dockerfile -t opensearch:latest . \\\n    --build-arg OPENSEARCH_PLUGINS_INSTALL=\"repository-s3 ingest-attachment\" \\\n    --build-arg OPENSEARCH_PLUGINS_REMOVE=\"opensearch-security-analytics opensearch-skills opensearch-ml opensearch-sql opensearch-neural-search\"\n```\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/opensearch/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud-ops%2Fopensearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowncloud-ops%2Fopensearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud-ops%2Fopensearch/lists"}