You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered: