mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 10:53:18 -05:00
[GH-ISSUE #765] Docker credentials are ignored #3556
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @parasiteoflife on GitHub (Aug 24, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/765
related discussion I created https://github.com/moghtech/komodo/discussions/745
I have also tried setting up the credentials in the config file to no avail, so I can only assume credentials are being ignored. Tried with stack pull and redeploy, both fail with the same message:
Also on the
Personal access tokenstable from docker.com I can see the token has never been used since theLast usedcolumn saysNever.@mbecker20 commented on GitHub (Aug 25, 2025):
Did you specify the required registry login account in the stack config? It's under Advanced
@parasiteoflife commented on GitHub (Aug 27, 2025):
That was it! I must be blind I didn't found that before. Is the option new?
Also I know this might be unrelated to the issue but what can I do if I want to use more than one credential per stack? Like I have docker and github images being pulled, how do I specify both providers credentials? Is that not possible?
@titandrive commented on GitHub (Jan 29, 2026):
@mbecker20 I hate to bump an old post but Im running into this right now. Specified the registry login and getting the same error. Also did docker login from the host shell and logged in fine. Any ideas? Not sure if its related but just started getting it in v2.0.0-dev-112. Not sure if I should just create a new issue or not.