Skip to content

Singularity Registry HPC v0.0.29

Compare
Choose a tag to compare
@vsoch vsoch released this 11 Jun 05:56
· 201 commits to main since this release
6c64d36

This release includes new features and bug fixes!

  • Allow environment variables in settings (#399).
  • Creation of a separate user settings file in ~/.singularity-hpc/settings.yml to override main settings, done via command shpc config inituser to close #400
  • Registry is now a list to support multiple registry locations to close #401
  • Config supports add/remove to append/delete from list to support #401
  • Bug fix with podman delete and deletion of containers during test
  • Podman now can pull based on digest by tagging after pull
  • Module file fixes.
  • help strings for subparsers of client properly done with "description" instead of "help"