spotify - How to use google api key with maven docker plugin -


i using spotify.com maven-docker-plugin push docker image google container registry. configured the oauth token in maven settings.xml file , worked champ. however, don't want have new token multiple times throughout day , use private key service account. can't seem figure out how make work. keep getting "incomplete docker registry authorization credentials" error. seems plugin expects password username.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -