docker / docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores
MIT License
1.09k stars 172 forks source link

docker pull triggers useless gpg passphrase dialog #259

Open huanmengmie opened 1 year ago

huanmengmie commented 1 year ago

Hello, I'm on centos7 (working with docker engine). I started fiddling with docker-credential-pass in order to be able to do this: echo pass | docker login private.registry.com --username AWS --password-stdin ok that's now working. but...

Problem

I use shell script to update docker container on remote vm by azure pipeline, but when I pull image, it triggers gpg passphrase dialog docker pull private.registry.com/image image

env

centos7 gpg (GnuPG) 2.0.22, libgcrypt 1.5.3 pass version v1.7.4 docker-credential-pass (github.com/docker/docker-credential-helpers) v0.7.0

I want know how to disable the passphrase dialog. Please help me, Thanks.