My company uses Artifactory to store it's artifacts and I was getting this error when I tried to pull down the image.
When I run docker compose up -d I got the error, Error response from daemon: unauthorized: The client does not have permission for manifest
I have no idea what to do with this. I was directed to this article but it didn't do anything: K8s Image Pull from Private Artifactory and https://github.com/kubernetes-sigs/kustomize/issues/1420
But still didn't work
It turned out I needed to run the command docker login -u [email protected] your-company-or-project-docker.jfrog.io
Then you put in your Artifactory apikey as the password.
In my case , that was only unauthorized and what saved my day is to login in commandline like
docker login **theaddressoftheimage** then it promts for the credentials then you re free :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With