-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix docker hub isssue for e2e tests #102
Comments
@njogz Is this issue resolved now? |
@craig-landry not yet. The action is still failing. |
I had a look at this and it looks like we're using Medic's AWS instance for the CHT images but we're still pulling a whole lot of third party images from docker hub. If possible we could publish these to AWS or potentially look at caching the images somehow. Another alternative would be to add some delayed retry so it installs eventually. |
I have a similar issue (see attached); having too many requests though the logs on this PR have expired. Here is the PR with the error in the GH Actions. |
Fixed via #133 |
The e2e Github action is failing as seen here due to too many requests to Docker Hub. A solution is to use the organisation account which has a higher limit on the amount of requests that can be made.
The text was updated successfully, but these errors were encountered: