sregistry icon indicating copy to clipboard operation
sregistry copied to clipboard

server for storage and management of singularity images

Results 57 sregistry issues
Sort by recently updated
recently updated
newest added

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...

**Describe the bug** Unable to start sregistry with the `master` branch's docker-compose.yml (fresh checkout, using directions in docs). **To Reproduce** Following the directions in the docs to deploy a test...

To enable docker-compose.yml to work with recent versions of docker-compose closes #392

I have been beating my head against this issue for some time now. This registry is installed on a compute node on an HPC cluster. All http(s) is proxied through...

Hello, a colleague and I would like to run multiple instances of Sregistry and have them synchronized with a "main" Sregistry: images are pushed to a main registry and other...

**Describe the bug** When there is only slightly more space left on the registry host than a image upload would need, the upload fails with HTTP error 500 (internal server...

This will add support for containers to have descriptions to close #381. We add the description with the container metadata (a json field) so no additional migrations to the database...

Hi, all, We've deployed sregistry in our clusters, of which the software and hardware environments are both quite complex. We'd like to add descriptions to containers to help users/developers grasp...

Hi, I installed the Singularity registry server and able to push singularity images to a local server using HTTP, But I don't understand how to share the stored image from...

**Describe the bug** Commit #f41371a Accessing the home page of the server results in an error ``` uwsgi_1 | Internal Server Error: / uwsgi_1 | Traceback (most recent call last):...