Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] OpenSearch and OpenSearch Dashboards images Amazon public ECR gallery #631

Closed
Tracked by #320
setiah opened this issue Jun 2, 2022 · 5 comments · Fixed by #824
Closed
Tracked by #320

[FEATURE] OpenSearch and OpenSearch Dashboards images Amazon public ECR gallery #631

setiah opened this issue Jun 2, 2022 · 5 comments · Fixed by #824
Assignees
Labels
Closed - Complete Issue: Work is done and associated PRs closed enhancement New feature or request v-All This issue is valid for all versions through 1.3
Milestone

Comments

@setiah
Copy link

setiah commented Jun 2, 2022

Is your feature request related to a problem?

Add documentation on how to use OpenSearch and OpenSearch Dashboards images from Amazon public ECR gallery

What solution would you like?

Describe how users can run OpenSearch and OpenSearch Dashboards available in Amazon public ECR gallery.

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?

Add any other context or screenshots about the feature request here.

@Naarcha-AWS
Copy link
Collaborator

@setiah: Do you have any additional info on what the process for running OpenSearch in ECR would be, such as existing documentation on ECR, a design doc for the feature, etc?

@Naarcha-AWS Naarcha-AWS added 1 - Backlog Issue: The issue is unassigned or assigned but not started and removed untriaged labels Jun 6, 2022
@Naarcha-AWS Naarcha-AWS added this to the 2022-Q3 milestone Jun 6, 2022
@setiah
Copy link
Author

setiah commented Jun 6, 2022

Thanks @Naarcha-AWS for picking this up. I discussed this with @bbarani last week. @prudhvigodithi can provide some references for documentation here.

@prudhvigodithi
Copy link
Member

Hey @setiah and @Naarcha-AWS , please check the following information:

Current DockerHub registries
opensearchproject
opensearchstaging

New ECR registries
public.ecr.aws/opensearchproject
public.ecr.aws/opensearchstaging

  • The naming convention for ECR and DockerHub are similar, so that user can leverage projects opensearchproject and opensearchstaging to fetch the staging and production images.
    Example:
    To pull an image from DockerHub docker pull opensearchproject/opensearch:2.0.0
    To pull an image from ECR docker pull public.ecr.aws/opensearchproject/opensearch:2.0.0

  • All the opensearchproject images are kept in sync between dockerHub and ECR.
    DockerHub opensearchproject
    ECR opensearchproject

  • To run a OpenSearch cluster and dashboard using ECR images, use images from public.ecr.aws/opensearchproject

public.ecr.aws/opensearchproject/opensearch:2.0.0
public.ecr.aws/opensearchproject/opensearch-dashboards:2.0.0

To run a cluster
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" public.ecr.aws/opensearchproject/opensearch:2.0.0

Fore more information on using docker-compose check https://opensearch.org/docs/latest/opensearch/install/docker/, replace image: with public.ecr.aws/opensearchproject/opensearch:2.0.0 and public.ecr.aws/opensearchproject/opensearch-dashboards:2.0.0 inside compose file to use ECR public gallery images

  • Use the ECR public images for OpenSearch and dashboards that had verified account badge.
    Example.

Screen Shot 2022-06-07 at 8 20 30 AM

@JeffHuss JeffHuss self-assigned this Jul 19, 2022
@JeffHuss
Copy link

@setiah Is the ask here just to let users know that they can pull down the container image from multiple origins? Or are we replacing the Docker repo with pointers to the ECR repo?

@JeffHuss JeffHuss added v-All This issue is valid for all versions through 1.3 2 - In progress Issue/PR: The issue or PR is in progress. and removed 1 - Backlog Issue: The issue is unassigned or assigned but not started labels Jul 20, 2022
@setiah
Copy link
Author

setiah commented Jul 20, 2022

It is to let users know that they can pull down the container images from multiple origins

Also adding related issue on project-website repo for reference - opensearch-project/project-website#862

@JeffHuss JeffHuss added 4 - Doc review PR: Doc review in progress and removed 2 - In progress Issue/PR: The issue or PR is in progress. labels Jul 20, 2022
@JeffHuss JeffHuss added Closed - Complete Issue: Work is done and associated PRs closed and removed 4 - Doc review PR: Doc review in progress labels Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed - Complete Issue: Work is done and associated PRs closed enhancement New feature or request v-All This issue is valid for all versions through 1.3
Projects
None yet
4 participants