This update for singularity fixes the following issues:
singularity was updated to version 3.4.1:
This point release addresses the following issues:
New version 3.4.0. Many changes since 3.2.1, for the full changelog please read CHANGELOG.md
Update to version 3.2.1:
This point release fixes the following bugs:
--nv
is invokedImprove integration with SUSE Products: add support to create Singularity images with SLE.
Improve handling of SUSE repositires:
Add group 'singularity', fix ownerships.
Updated to singularity v3.2.0
CVE-2019-11328: Instance files are now stored in user's home directory for privacy and
many checks have been added to ensure that a user can't manipulate files
to change starter-suid
behavior when instances are joined (many thanks
to Matthias Gerstner from the SUSE security team for finding and securely
reporting this vulnerability) (boo#1128598)
New features / functionalities
$GOPATH
New Commands
plugin
command group for creating and managing plugins.Introduced the remote
command group to support management of Singularity
endpoints.
key
command group to improve PGP key management.Stage: <name>
keyword to the definition file header and the
from <stage name>
option/argument pair to the %files
section to
support multistage buildsDeprecated / removed commands
--token/-t
option has been deprecated in favor of the singularity
remote
command groupChanged defaults / behaviors
--allow-unauthenticated/-U
option--allow-unauthenticated/-U
option
For more information check:
https://github.com/sylabs/singularity/blob/release-3.2/CHANGELOG.mdUpdated to singularity v3.1.1:
New Commands
buildcfg
command to display compile-time parameters LDFLAGS
, CFLAGS
, CGO_
variables in build system--nocolor
flag to Singularity client to disable color in loggingRemoved Commands
singularity capability <add/drop> --desc
has been removedsingularity capability list <--all/--group/--user>
flags have all
been removed New features / functionalities
--builder
flag to the build
command implicitly sets --remote
Update to singularity 3.1.0 what is reimplementaion in go so this is a complete new build and just reusing the changelog entries, following build differences were made to the upstream spec file
build stripped executable
Change from /var/singularity to /var/lib/singularity
Fix warning on bash-completion file about non-executible script.
Add bash completions directory to file list for suse_version < 1500 to keep the build checker happy.