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'
Actions