You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UID/GID values are by their nature system specific, and thus these seem to be of limited utility in a container format that is meant to support mobility. I cannot find a single use of these in SingularityCE, nor any other projects using the github.com/sylabs/sif module.
I suggest we deprecate these in github.com/sylabs/sif. In github.com/sylabs/sif/v2, I suggest we set these values to zero, and remove them from the exported API.
The text was updated successfully, but these errors were encountered:
type Descriptor struct
contains UID/GID values:sif/pkg/sif/sif.go
Lines 332 to 333 in 08f0698
These are populated when a data object is created by calling
user.Current
:sif/pkg/sif/create.go
Lines 51 to 69 in 08f0698
UID/GID values are by their nature system specific, and thus these seem to be of limited utility in a container format that is meant to support mobility. I cannot find a single use of these in SingularityCE, nor any other projects using the
github.com/sylabs/sif
module.I suggest we deprecate these in
github.com/sylabs/sif
. Ingithub.com/sylabs/sif/v2
, I suggest we set these values to zero, and remove them from the exported API.The text was updated successfully, but these errors were encountered: