Hey guys. I'm trying to deploy some docker images ...
# general
a
Hey guys. I'm trying to deploy some docker images to a few Azure container registries, but it's failing to store the credentials and it produces an 'docker push failed: authentication required' error in some of the images, but not others, and not always the same ones. I'm getting the warning about 'your credentials will be stored unencrypted in .docker/config.json', which is fine, but when I check that file, the failing repositories' credentials are not there, while the ok ones are. Anyone encountered this?
I don't think it's a problem with my code in particular, since I'm using basically the same to deploy these images in AWS and it's working fine.
g
a
I'm doing exactly what the example does 😕
g
@tall-librarian-49374 any ideas?
t
I haven’t seen this… Doesn’t sound like it’s related to Azure, rather a problem of our Docker provider?
a
I'd be happy opening an issue if needed
👍 1