Guillaume Degoulet

Results 6 comments of Guillaume Degoulet

Nothing should have precedence when you run explictly "docker login -u" !

@wdoekes I understand, it's not trivial... running "docker login -u" means we want to use those credentials for the rest of the session. Example: If DOCKER_HOST_CONFIG is defined and contains...

@wdoekes : "session" is not the best word to describe the situation: you can understand it as "pipeline" ou "script" (a list of command in the same environnement ) i...

To be honest, I thought DOCKER_AUTH_CONFIG was a DOCKER configuration variable and not something related to GITLAB's Docker executor! @wdoekes is right to question the validity of naming the variable...

``` echo $DOCKER_AUTH_CONFIG | jq . { "auths": { "my.docker-registry.com": { "auth": "cm9ib3Qkc3lzdGVtZS1wdWJsaWMtd3JpdGU6WFhYWFhYWFhYWFhYWFhYWFhYWFhY" } }, "docker_cli_auto_login": true } ``` one solution could be to add a new key/value in the...