Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.91 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.91 KB

Singularity Global Client

Hi Friends! Are your containers lonely? Singularity containers thrive in happiness when they are shared. This means that wherever you might have them in these cloudy places, they are easy to find and move around.

What is this?

Singularity Global Client is an interface to interact with Singularity containers in many different storage locations. We are able to use modern APIs by way of providing and using the software within a Singularity container! For older architectures, we provide a Singularity container for you to use instead. You can build it from this repository, or use the provided container on Singularity Hub.

See our installation guide to get started. For more details, please refer to our documentation

Building the RPM

The file sregistry-cli.spec is provided to build an rpm for a specified version, typcailly the current release on pypi, and was discussed here. You should do the following:

  1. Update the version to be the current in pypi specified in sregistry/version.py.
Version:        0.0.89
  1. Create a new release on Github with the version spec file added.
  2. Download the .tar.gz file from the release
VERSION=0.0.92
wget https://github.com/singularityhub/sregistry-cli/archive/sregistry-cli-${VERSION}.tar.gz
  1. Use rpmbuild to build it.
rpmbuild -ta sregistry-cli-$VERSION.tar.gz

You should get an srpm which that can be distributed and anyone can be rebuilt:

rpmbuild --rebuild sregistry-cli.srpm

License

This code is licensed under the Affero GPL, version 3.0 or later LICENSE.