CircleCI-Public / docker-orb

Install/use various Docker-related tools on CircleCI
https://circleci.com/orbs/registry/orb/circleci/docker
MIT License
29 stars 63 forks source link

403 rate limit exceeded error on docker/install-docker-compose #59

Closed agheorghe-careplanner closed 4 years ago

agheorghe-careplanner commented 4 years ago

Orb version

0.5.0 / 1.0.0

What happened

Occasionally our circle.ci jobs fail on the following step

      - docker/install-docker-compose:
          version: "1.21.0"

we are getting a 403 rate limit exceeded error (assuming this is triggered when attempting to download docker-compose from github)

A different version of docker-compose is installed (docker-compose version 1.14.0, build c7bdf9e); removing it
curl: (22) The requested URL returned error: 403 rate limit exceeded

Expected behavior

Should install correctly and not hit a rate limit.

This has happened just a couple of times and a build retry has always worked, but was wondering is there is a way to use our organisation token/credentials to bypass this or if there is a different way to install a newer version of docker compose.

lokst commented 4 years ago

@agheorghe-careplanner This is something we will be looking into soon, thank you for your patience