Open laferrieren opened 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.62. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Google has starting posting messages saying gcr will eventually be deprecated in favor of their now artifact registry service. We started to test some of our workloads on it, and first issue that has come up has been our builds using img. It can pull images from it successfully but it can't push. What is strange is that its using the same credential helper as we use gcr, which still works fine for both pull/push, but it doesn't work for the new service. I verified it wasn't an auth issue as was able to push an image using same identity on a machine that has a full docker env.
In the below gist have the dockerfile used to test and the commands used to reproduce the issue locally. https://gist.github.com/laferrieren/5ab076d70c0a8febb4dfd779071e6d36
version info: