Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker: Error response from daemon: unauthorized: The client does not have permission for manifest

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

like image 730
smunizaga Avatar asked Nov 29 '25 09:11

smunizaga


2 Answers

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.

like image 66
smunizaga Avatar answered Nov 30 '25 23:11

smunizaga


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 :)

like image 34
katmanco Avatar answered Nov 30 '25 22:11

katmanco



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!