fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
921 stars 29 forks source link

locally modified built images cannot be updated - Error: 401 UNAUTHORIZED authentication required #411

Open L3nny5 opened 6 days ago

L3nny5 commented 6 days ago

Hey,

I just successfully installed WUD on my docker environment. All container which use images from any hub work just fine. However, I'm adding one command to two containers, so these images get pulled and then rebuild, so they have the modifications implemented. I'm using Container Station from QNAP on my QNAP Nas for my container environment. Maybe it has something to do with their implementation of docker into their OS or App.

I'm getting these errors:

401 - {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"library/xxxx-homeassistant","Action":"pull"}]}]} 401 - {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"library/xxxx-proxy","Action":"pull"}]}]}

I guess that the pull action requires more rights on my NAS.

'Can this be somehow solved? Is there a way to implement the authenticated communication between WUD and my NAS docker setup?

If you need any logs, please ask for them and I will provide them asap.

Thank you Lenny