Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

opensearch-project/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ We are archiving this repo as all docker related development are currently reside in the opensearch-build repository.

Opensearch Docker Images

Main repository where Dockerfiles for Opensearch are hosted. These docker files are used to build images for Opensearch Offical Images

Usage

To use OpenSearch Official Images from Docker hub run

docker pull opensearch:latest

The docker images are also available on Amazon ECR. To use ECR images run

docker pull public.ecr.aws/opensearchproject/opensearch:latest

Building

To build the docker images, you can use the following command.

cd {2.x} && docker build -t opensearch:{major_version} -f Dockerfile .

Getting Help

If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.

For more information, see project website and documentation. If you need help and are unsure where to open an issue, try forums.

Code of Conduct

This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

Security

If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public GitHub issue.

License

This project is licensed under the Apache v2.0 License.

Copyright

Copyright OpenSearch Contributors. See NOTICE for details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published