Use docker cli to log into Artifactory
To use private docker images stored into Artifactory, add your Artifactory credentials into docker. As docker does not support Azure AD auth. You need to create an API key.
Once logged on Artifactory, go to your profile:
Then create an API key. It will be used as your password
On your command line tool, log into docker:
docker login -u <your email> artifactory.thalesdigital.io
Enter the API key when a password is asked. Now you can pull images from Artifactory into docker.