medic / cht-interoperability

CHT - eCHIS interoperability project
GNU Affero General Public License v3.0
2 stars 3 forks source link

Fix docker hub isssue for e2e tests #102

Open njogz opened 1 year ago

njogz commented 1 year ago

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.

craig-landry commented 1 year ago

@njogz Is this issue resolved now?

njogz commented 1 year ago

@craig-landry not yet. The action is still failing.

garethbowen commented 8 months ago

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.

Phil-Mwago commented 8 months ago

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. image