Unable to log into docker registry
Hi All,
I am registered as an InterSystems Developer but when trying to login to the registry I get the following error
Error response from daemon: Get "https://containers.intersystems.com/v2/": unauthorized: BAD_CREDENTIAL
I am also unable to download the 'kit' for windows from the eval site.
Cheers,
Shaun
Product version: IRIS 2021.2
Open https://login.intersystems.com in Web browser, login and you'll get a new login command for docker.
Did you try to pull the containers after having been first logged in successfully ?
echo $PASSWORD | docker login -u=your-login --password-stdin containers.intersystems.com
docker pull containers.intersystems.com/intersystems/iris:2022.1.0.114.0
I tried a few times and it didnt work, but I suspect it is because I was only using a developer account. Switched to dockerhub builds and is fine. Happy enough with that.