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

Push gives error 404 #447

Open atramgm opened 6 months ago

atramgm commented 6 months ago

Hello,

I can login with the token from the API but when I try to push an image I see the following error: Unable to push image to library: creation did not succeed: http status code: 404

The certificates seem to have been applied correctly, I can access the web in https:// without errors

If I try to upload the image in the website I see the error: Secure connection error Error code: PR_CONNECT_RESET_ERROR image Do you know what could be going on?

Do you have any idea of what could be going on?

Thank you !!

vsoch commented 6 months ago

Normally you need the collection to exist first.

atramgm commented 6 months ago

Hello, Thanks for the repsonse, the collection already existed. Actually I managed to upload the images via the browser but still not via push image

image logs uwsgi say: image I am executing this line: singularity --debug push -U test-image.sif library://myuser/mycollection/test:latest

Maybe it is related with the singularity version ? I'm using 3.5.3

Thank you,

atramgm commented 6 months ago

Yes ! With the version 3.3.0 I don't get the error