-
Notifications
You must be signed in to change notification settings - Fork 277
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
[Enhancement] Add authentication to docker copy just like in gradle check #3737
Labels
Comments
peterzhuamazon
added
enhancement
New Enhancement
cicd
docker
jenkins
Jenkins related issue
labels
Jul 14, 2023
github-project-automation
bot
moved this to Backlog
in OpenSearch Engineering Effectiveness
Jul 14, 2023
The problem appears that we need to login to multiple registries as we need to pull with one credential and push with the other credential. |
peterzhuamazon
moved this from Backlog
to In Progress
in OpenSearch Engineering Effectiveness
Jul 18, 2023
[Triage] This requires both the source and target to auth with docker so that both pull and push can happen with authenticated users to avoid rate limit. |
github-project-automation
bot
moved this from In Progress
to Done
in OpenSearch Engineering Effectiveness
Jul 18, 2023
github-project-automation
bot
moved this from Done
to Not started
in OpenSearch Engineering Effectiveness
Jul 18, 2023
peterzhuamazon
moved this from Not started
to Backlog
in OpenSearch Engineering Effectiveness
Jul 18, 2023
This was referenced Jul 19, 2023
github-project-automation
bot
moved this from Backlog
to Done
in OpenSearch Engineering Effectiveness
Jul 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We reach the limit of docker pull when running docker copy from docker hub to ecr due to over the limit without authentication:
https://build.ci.opensearch.org/job/docker-copy/618/console
Thanks.
The text was updated successfully, but these errors were encountered: