https://rancher.com/ logo
q

quick-keyboard-83126

06/19/2022, 2:56 AM
Anyone know what this is about?
(it's coming from rancher desktop)
f

fast-garage-66093

06/19/2022, 11:16 PM
Rancher Desktop now configures the
osxkeychain
helper as your
credsServer
, so registry credentials aren't store unencrypted in
~/.docker/config.json
.
You should only get that prompt when you run
docker login
or
nerdctl login
. The latter uses the credential forwarder to still store credentials on the host and not unencrypted inside the VM.
q

quick-keyboard-83126

06/19/2022, 11:34 PM
I got it when I did
docker build
and it rejected my credentials.
f

fast-garage-66093

06/19/2022, 11:36 PM
I'm confused why
docker build
would ask for credentials to begin with
q

quick-keyboard-83126

06/19/2022, 11:39 PM
Me too?
2 Views