potiuk commented on issue #37716:
URL: https://github.com/apache/airflow/issues/37716#issuecomment-1965180948

   This is absolutely needed and standard way to explain what syntax is used. 
You should authenticate your CI jobs in docker to solve your problem. The issue 
is that docker - similarly to any other service will rate limit any client that 
is not logged in using IP address (and if you are behind NAT with 1000s of 
users, they are added to rate limit).
   
   You should issue a `docker login` with valid credentials before your build. 
It will solve your problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to