Actions
Bug #9210
closedSeeing an error when trying to query an external registry for tags
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Here's the steps:
1. Create a new registry called "Test" with url "https://registry.hub.docker.com"
2. Provision a new container using your registry. One the second step type in "busybox" and click the magnifying glass to search.
3. Observe the following error in Rails console. Also no tags show up.
URI::InvalidURIError (password component depends user component): app/controllers/concerns/application_shared.rb:13:in `set_timezone' app/models/concerns/foreman/thread_session.rb:33:in `clear_thread' lib/middleware/catch_json_parse_errors.rb:9:in `call'
Updated by David Davis almost 10 years ago
After entering in my docker hub username and password, it seems to have fixed the problem but there's nothing in the UI that would have lead me to believe that I needed to enter my username/pass to get tags back.
Updated by David Davis almost 10 years ago
I tested it out against a registry I set up locally and I am seeing the same thing.
Updated by Anonymous almost 10 years ago
- Status changed from New to Assigned
- Assignee set to Anonymous
Updated by Anonymous almost 10 years ago
- Status changed from Assigned to Closed
Seems to be working as expected now.
Actions