v2.1.0
Sylabs is pleased to announce version 2.1.0 of the SIF module.
This minor release adds new options for image creation:
- OptCreateWithDescriptorCapacity allows a user to set the maximum descriptor capacity when an image is created. If not specified, a default value of 48 is used.
- OptCreateWithLaunchScript allows the user to optionally specify a launch script. If not specified, a launch script is not set in the image.
Changelog
eba3636 feat: add OptCreateWithDescriptorCapacity
26fd648 feat: add OptCreateWithLaunchScript
6c7ed2c refactor: improve DeleteObject redability
ea96cfe refactor: simplify object write code paths
1477ef5 style: use wrapped errors
c5d1579 style: use wrapped errors