replicatedhq / outdated

Kubectl plugin to find and report outdated images running in a Kubernetes cluster
https://outdated.sh
Apache License 2.0
426 stars 23 forks source link

Support private registries such as ACR #13

Closed agolomoodysaada closed 5 years ago

agolomoodysaada commented 5 years ago

Doesn't work with private registries such as Azure Container Registry. It just says Unable to get image data

marccampbell commented 5 years ago

@agolomoodysaada when you receive this, is your local docker client logged in to the ACR account that has access to the image?

agolomoodysaada commented 5 years ago

Yes. The docker client is logged in. I can pull and push images without any issues. However, I know that ACR is a non-standard implementation of the docker registry API. So it could be an ACR specific issue; as opposed to a private registry issue.