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

Images pushed without a tag are not visible on the web and cannot be pulled #400

Open
grisuthedragon opened this issue May 12, 2022 · 1 comment

Comments

@grisuthedragon
Copy link

grisuthedragon commented May 12, 2022

I installed the current git master of the registry server and ran in to the following issue

I pushed the image using

apptainer push -U myimage.sif library://myuser/test/myimage

and it does not appear in the web frontend, nor can it be pulled. Looking into the minio storage directory, the images exists.

Expected Behavior

The image gets somehow visible or get by default the latest tag or a timestamp tag.

@vsoch
Copy link
Member

vsoch commented May 12, 2022

I suspect that the tagging is done by the client (singularity) _after_the push so the registry doesn't have a way to know if this final tag is just no coming, could you look at the uwsgi logs for a push for a container with and without a tag to confirm (post them here)? Thanks!

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