docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
233 stars 48 forks source link

Problem accessing public repository page (404) #2288

Closed IvoMajic closed 1 year ago

IvoMajic commented 1 year ago

Our public repository is about a week old now ( https://hub.docker.com/r/arcionlabs/replicant-on-premises ) but non-registered users can not access it via a web browser (they get a 404 page).

To make it weirder it does show up in the search for non-registered users - https://hub.docker.com/search?q=arcionlabs , but accessing it gives a 404 page again.

milosgajdos commented 1 year ago

Hi, @IvoMajic. We identified the issue was caused by a bad deployment that shipped code that skipped past our CI checks. We rolled it back and addressed the issue -- everything should be back to normal. Apologies for the inconvenience.

IvoMajic commented 1 year ago

Thank you @milosgajdos, it works now.