singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

NGINX Manifest unkown #440

Closed huppfi closed 11 months ago

huppfi commented 11 months ago

Hey,

I don't know if I am being dumb but everytime I try to docker-compuse up -d it can't pull the ghcr.io/singularityhub/sregistry_nginx:latest.

What am I doing wrong?

vsoch commented 11 months ago

The packages are on quay.io and not ghcr.io.

huppfi commented 11 months ago

So I need to change all the ghcr.io mentions in the docker-compose.yml to quay.io?

vsoch commented 11 months ago

Looks like they should be there and the build failed, actually - I missed it. https://github.com/singularityhub/sregistry/actions/runs/4824831532

huppfi commented 11 months ago

Ah ok so I just need to wait for the build to succeed? Because I don't seem to have permissions for quay.io and I also don't have a redhat account.

vsoch commented 11 months ago

I'm giving it another go - I should be able to see the issue this time! You wouldn't want to use an older container anyway.

huppfi commented 11 months ago

Thank you!

vsoch commented 11 months ago

okay the images are there! https://github.com/orgs/singularityhub/packages?repo_name=sregistry Honestly I don't know what happened the first time - probably some ephemeral GitHub issue. I need to go to bed (almost 3am) so I can't help more tonight, but please open another issue if you run into trouble. Thanks!

huppfi commented 11 months ago

Incredible thank you for the quick work!