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? (Nothing springs to mind, just double
checking)
----------------------------------------------------------------
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:
[email protected]