[BUG] private registry with ports in a URL are not recognized correctly. #1220

Closed
opened 2026-03-22 17:15:16 -05:00 by GiteaMirror · 1 comment
Owner

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-wsgi
It looks like komodo only passes the URL to docker compose from the port.

 acme-srv Pulling 
 acme-srv Error unauthorized: unauthorized to access repository: dockerhub-replica/grindsa/acme2certifier, action: pull: unauthorized to access repository: dockerhub-replica/grindsa/acme2certifier, action: pull

No single or double quotation mark helps here either.
This is why the pull fails here.

thx for any help here.

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-wsgi` It looks like komodo only passes the URL to docker compose from the port. ``` acme-srv Pulling acme-srv Error unauthorized: unauthorized to access repository: dockerhub-replica/grindsa/acme2certifier, action: pull: unauthorized to access repository: dockerhub-replica/grindsa/acme2certifier, action: pull ``` No single or double quotation mark helps here either. This is why the pull fails here. thx for any help here.
Author
Owner

@mbecker20 commented on GitHub (Jun 14, 2025):

The error sounds like an authentication issue, what makes you think it would be the port?

@mbecker20 commented on GitHub (Jun 14, 2025): The error sounds like an authentication issue, what makes you think it would be the port?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#1220