<div dir="ltr"><div dir="ltr">Hi,<br><br>I've just installed docker credential helper for pass from here <a href="https://github.com/docker/docker-credential-helpers/releases/download/v0.6.0/docker-credential-pass-v0.6.0-amd64.tar.gz">https://github.com/docker/docker-credential-helpers/releases/download/v0.6.0/docker-credential-pass-v0.6.0-amd64.tar.gz</a><br><br>Setup docker credential helper for pass as follows:<br><br>cat ~/.docker/config.json                                                                                                                                                                                                          <br>{<br>        "auths": {<br>                "<a href="http://quay.io">quay.io</a>": {}<br>        },<br>        "HttpHeaders": {<br>                "User-Agent": "Docker-Client/18.09.0 (linux)"<br>        },<br>        "credsStore": "pass"<br>}<br><br>Now whenever I run docker login I can see there's five new commit messages in my password-store each time, e.g.:<br><br>a6f7579 G Jose Gaspar  Add given password for docker-credential-helpers/cXVheS5pbw==/tuxpower to store.<br>3d2a7fc G Jose Gaspar  Remove docker-credential-helpers/docker-pass-initialized-check from store.<br>3a9ce32 G Jose Gaspar  Add given password for docker-credential-helpers/docker-pass-initialized-check to store.<br>dd24f49 G Jose Gaspar  Remove docker-credential-helpers/docker-pass-initialized-check from store.<br>5c845a2 G Jose Gaspar  Add given password for docker-credential-helpers/docker-pass-initialized-check to store.<br><br>Btw: I'm using this log format:<br>git log --pretty="format:%h %G? %aN  %s" -5<br><br>Any explanation why there's some many commits for a single docker login?<br><br>Also it's a bit annoying as I'm signing all git commits with a passphrase key, it prompts my password five times!!<br><br>Thank you.<br><br>Best regards,<br>Jose Gaspar</div></div>