question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Repository list fails to load

See original GitHub issue

Hi,

I’ve just thrown up an instance of this but it doesn’t appear to be working… I’m running the registry frontend on the same host as the registry on port 5000, and launching with:

docker run -d -e ENV_DOCKER_REGISTRY_HOST=fqdn.of.docker.host -e ENV_DOCKER_REGISTRY_PORT=5000 -p 9001:80 --name registryui konradkleine/docker-registry-frontend:v2

The repository load times out. I’m seeing the following error in the response to _catalog?n=20&last= (html formatting removed):

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /v2/_catalog
Reason: Error reading from remote server

Any ideas? Unsure how to diagnose.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:2
  • Comments:10

github_iconTop GitHub Comments

2reactions
lordzukocommented, Oct 20, 2016

I found the solution : ENV_DOCKER_REGISTRY_USE_SSL=1 needs to be added to the command

1reaction
PedroMDcommented, Mar 15, 2017

tks @lordzuko. Not using it right now, but will give it a try if I do need it…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Heatmap loads forever + Repository list fails to load entirely
Heatmap and repository list does not load, at all. Restarting Gitea or anything like that did not work. Error occured after upgrading from ......
Read more >
"Failed to export repository list from registry" when ... - ERROR
To export a repository list from the registry, login to the Windows Client machine as a local Administrator user, then run Repository Manager...
Read more >
How do I restore the default repositories? - Ask Ubuntu
You can use this trick. Open a terminal ( Pressing Ctrl + Alt + T ) and do these. Move the corrupted one...
Read more >
How to fix the repository is not signed error on Ubuntu 20.04
To achieve this, launch the 'Software and Updates' tool as shown. On the 'Software & Updates' window, click on the 'Other Software' tab....
Read more >
How to Fix Repository Update Error on Raspberry Pi - Linux Hint
You can fix the repository update error on Raspberry Pi by removing the erroneous repository from the source list using the rm command....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found