SingularityCE 3.11.4 #1810
dtrudg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SingularityCE 3.11.4 is a patch release in the 3.11 series, with changes detailed below.
Changed defaults / behaviours
xino=on
mount option for writable kernel overlay mount points to fix inode numbers consistency after kernel cache flush.New Features & Functionality
tap
CNI plugin, new to github.com/containernetworking/plugins v1.3.0, is now provided.remote get-login-password
subcommand that allows the user to retrieve a CLI token to interact with the OCI registry of aSingularity Enterprise instance.
--no-setgroups
flag for--fakeroot
builds and run/shell/exec. This prevents thesetgroups
syscall being used on the container process in the fakeroot user namespace. Maintains access from within the user namespace to files on the host that have permissions based on supplementary group membership. Note that supplementary groups are mapped tonobody
in the container, andchgrp
,newgrp
, etc. cannot be used.$HOME/.singularity
) via the newSINGULARITY_CONFIGDIR
environment variable.Bug Fixes
--oci
mode, do not attempt to use unprivileged overlay on systems that do not support it.--oci
containers correctly, to fix piping input to a container.Thanks / Reporting Bugs
Thanks to our contributors for code, feedback and, testing efforts!
As always, please report any bugs to: https://github.com/sylabs/singularity/issues/new
If you think that you've discovered a security vulnerability please report it to: [email protected]
Have fun!
Downloads
Source Code
Please use the singularity-ce-3.11.4.tar.gz download below to obtain and install SingularityCE 3.11.4. The GitHub auto-generated 'Source Code' downloads do not include required dependencies etc.
Packages
RPM / DEB packages are provided for:
These packages were built with Go 1.20.5
This discussion was created from the release SingularityCE 3.11.4.
Beta Was this translation helpful? Give feedback.
All reactions