CentOS / container-pipeline-service

Code, infrastructure and deployment backend for the CentOS Container Pipeline backing up build system for registry.centos.org
https://registry.centos.org
GNU General Public License v3.0
49 stars 27 forks source link

library centos image not showing up in registry UI #552

Closed navidshaikh closed 6 years ago

navidshaikh commented 6 years ago

https://registry.centos.org/centos/ returns 404 while docker pull registry.centos.org/centos works.

cdrage commented 6 years ago

@navidshaikh Yeah, https://registry.centos.org/centos/centos works, but obviously not https://registry.centos.org/centos I'll push a fix.

cdrage commented 6 years ago

Fixed in https://github.com/cdrage/reg/commit/6c4e5e2e18d9f3773165fc1180ebcb0fe69023ca next deployment of the registry and it'll be fixed :+1:

navidshaikh commented 6 years ago

next deployment of the registry and it'll be fixed 👍

Maybe we should leverage the containerized deployment of registry-ui by just restarting the ui container after docker pull. Since this is a user-facing bug fix, and we don't need full-service redeployment. ping @bamachrn

cdrage commented 6 years ago

@navidshaikh Eventually when this is all in OpenShift we could actually automatically update using ImageChange. But for now, it'd have to be done manually. Can you go ahead and do that to the prod environment @navidshaikh ? Pull / remove / re-add?

bamachrn commented 6 years ago

@cdrage @navidshaikh :+1: for the ui restart, I am doing it now. I was just wondering if the image has been built. looking at it and getting things in order.

bamachrn commented 6 years ago

Done! @navidshaikh would you please recheck and close the issue?

navidshaikh commented 6 years ago

works!