You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/02 15:04:44 UTC

[GitHub] [pulsar] toneill818 opened a new issue #8793: Store Docker Images in AWS ECR Public

toneill818 opened a new issue #8793:
URL: https://github.com/apache/pulsar/issues/8793


   **Is your enhancement request related to a problem? Please describe.**
   DockerHub has aggressive rate limits now and impacts the usage when running Apache Pulsar on Kubernetes, if the rate limit is reached. 
   
   **Describe the solution you'd like**
   AWS created the public ECR with not rate limiting. The solution could be to store images in Dockerhub and AWS ECR and possibly Google's GCR. This will allow users to choose which service they pull from and avoid the issue with Docker Hub's rate limiting. 
   
   **Describe alternatives you've considered**
   We can pull the image and push it to a private repository and use that to pull from (what I am currently doing) to mirror the Docker Hub repo, but it would be nice to not to have to manually update it. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hpvd commented on issue #8793: Store Docker Images in AWS ECR Public

Posted by GitBox <gi...@apache.org>.
hpvd commented on issue #8793:
URL: https://github.com/apache/pulsar/issues/8793#issuecomment-738657549


   To make it available from as many places as possible, is also a way to make pulsar even more visible  (Marketing) and grow the community and adoption :-)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org