Bug #9210
Seeing 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'
History
#1
Updated by David Davis about 8 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.
#2
Updated by David Davis about 8 years ago
I tested it out against a registry I set up locally and I am seeing the same thing.
#3
Updated by Anonymous about 8 years ago
- Assignee set to Anonymous
- Status changed from New to Assigned
#4
Updated by Anonymous about 8 years ago
- Status changed from Assigned to Closed
Seems to be working as expected now.