HTTP 500 on browsing registry images

Hi all

So I’ve installed Gitlab using the omniinstaller and reconfigured to provide registry storage. Authentication is working as expected and I can push/pull images however when logged into Gitlab and I browse to the Project, then Container Registry within the project, I get a 500 error message.

Looking for some guidance as to where I can look for more information. both nginx and workhorse logs report the 500 error but not what the problem is.

THanks in advance.

I’ve now found the following in the rails log:

Started GET “/group/node/container_registry” for 127.0.0.1 at 2016-06-14 15:38:47 -0400
Processing by Projects::ContainerRegistryController#index as HTML
Parameters: {“namespace_id”=>“group”, “project_id”=>“node”}
Completed 500 Internal Server Error in 937ms (ActiveRecord: 25.9ms)

ActionView::Template::Error (undefined method map' for nil:NilClass): 3: = escape_once(tag.name) 4: = clipboard_button(clipboard_text: "docker pull #{tag.path}") 5: %td 6: - if layer = tag.layers.first 7: %span.has-tooltip{ title: "#{layer.revision}" } 8: = layer.short_revision 9: - else lib/container_registry/tag.rb:60:in layers’
app/views/projects/container_registry/_tag.html.haml:6:in _app_views_projects_container_registry__tag_html_haml__3040994169733433945_55755060' app/views/projects/container_registry/index.html.haml:40:in block in _app_views_projects_container_registry_index_html_haml___1784115109160125736_100463400’
app/views/projects/container_registry/index.html.haml:39:in each' app/views/projects/container_registry/index.html.haml:39:in _app_views_projects_container_registry_index_html_haml___1784115109160125736_100463400’
lib/gitlab/middleware/go.rb:16:in `call’

I hate to bump this but is anyone able to provide any insight as this is getting in the way of adopting gitlab

Upgraded to the latest version available - still the same. Please can SOMEONE at least acknowledge this problem as I would love to recommend this product to my management however there’s going to be an element of support experience for any proposal i make.