packtracker / report

Webpack stats reporter for the packtracker.io service
8 stars 4 forks source link

Does this Orb require any changes to work with DockerHub auth? #9

Closed wheresrhys closed 2 months ago

wheresrhys commented 4 years ago

Describe Request:

When DockerHub starts rate limiting anonymous requests on Nov 1st, it looks like this Orb will be impacted, since there's no auth key in the docker config. It looks like a standard pattern is to expect DOCKERHUB_USERNAME/DOCKERHUB_PASSWORD environment variables (see example), will this (or something equivalent) be required for this Orb?

Examples:

https://discuss.circleci.com/t/updated-authenticate-with-docker-to-avoid-impact-of-nov-1st-rate-limits/37567/35