mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[BUG] private registry with ports in a URL are not recognized correctly. #1220
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 @StefanSa on GitHub (Jun 3, 2025).
Hi,
First of all, thank you for this helpful tool. I have Harbor here as a private registry.
URL:
harbor.test.org:8443/dockerhub-replica/grindsa/acme2certifier:apache2-wsgiIt looks like komodo only passes the URL to docker compose from the port.
No single or double quotation mark helps here either.
This is why the pull fails here.
thx for any help here.
@mbecker20 commented on GitHub (Jun 14, 2025):
The error sounds like an authentication issue, what makes you think it would be the port?