ko consumes the Docker keyring, but generally it is a pain in the butt to configure this without Docker installed.
I propose we add ko login mimicing the behavior of docker login so that folks can reasonable authenticate without having docker installed.
This likely needs work in github.com/google/go-containerregistry, and come to think of it a crane login command sounds useful too!
koconsumes the Docker keyring, but generally it is a pain in the butt to configure this without Docker installed.I propose we add
ko loginmimicing the behavior ofdocker loginso that folks can reasonable authenticate without having docker installed.This likely needs work in github.com/google/go-containerregistry, and come to think of it a
crane logincommand sounds useful too!