You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/16 12:43:26 UTC

[GitHub] [airflow] ashb edited a comment on pull request #14819: Due to rate limits of Docker we copy imaages for CI to apache/*

ashb edited a comment on pull request #14819:
URL: https://github.com/apache/airflow/pull/14819#issuecomment-800220443


   Hmmm something is going on here as the self-hosted runners were(are?) configured to be logged in as a `airflowcirunners` user which is a paid-for docker hub account, so so shouldn't be subject to pull limits.
   
   Let me take a look at that and see what has gone on there first.
   
   Curious, something is removing it.
   
   On a failed job:
   
   ```
     Docker config after change:
     {
       "auths": {
         "docker.pkg.github.com": {
           "auth": "cG90aXVrOnYx***"
         }
       },
       "HttpHeaders": {
         "User-Agent": "Docker-Client/19.03.8 (linux)"
       },
       "experimental": "enabled"
     }
   ```
   
   On a sucessful job:
   
   ```
      Docker config after change:
     {
       "auths": {
         "docker.pkg.github.com": {
           "auth": "cG90aXVrOnYx***"
         },
         "https://index.docker.io/v1/": {
           "auth": "YWlyZmxvd2NpcnV***"
         }
       },
       "HttpHeaders": {
         "User-Agent": "Docker-Client/19.03.8 (linux)"
       },
       "experimental": "enabled"
     }
   ```
   
   @potiuk Can you think of anything in the scripts/ that might _remove_ this login from .docker/config.json entirely?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org