Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push gives error 404 #447

Open
atramgm opened this issue Feb 17, 2024 · 3 comments
Open

Push gives error 404 #447

atramgm opened this issue Feb 17, 2024 · 3 comments

Comments

@atramgm
Copy link

atramgm commented Feb 17, 2024

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

  • In the logs of the uwsgi container I see: POST /v1/tags/1 => generated 0 bytes in 7 msecs (HTTP/1.0 404) 7 headers in 219 bytes (1 switches on core 0)

  • In the logs of minio the POST arrive:

    • POST /sregistry/test/image%3Asha256....
    • sregistrytest/image:...

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
Copy link
Member

vsoch commented Feb 17, 2024

Normally you need the collection to exist first.

@atramgm
Copy link
Author

atramgm commented Feb 19, 2024

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
Copy link
Author

atramgm commented Feb 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants