Changes between Version 16 and Version 17 of cypress/Singularity


Ignore:
Timestamp:
08/31/2026 05:00:23 PM (4 days ago)
Author:
Carl Baribault
Comment:

Updated container security

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Singularity

    v16 v17  
    1919 * For linux platform architecture, use the command '''uname -m'''.
    2020 * For linux kernel version use, use the command '''uname -r'''.
    21 * '''Container Verification''' - Because Singularity runs entirely inside your user space (see [https://www.linfo.org/user_space.html| User Space Definition]), the container instantly inherits your identity, your permissions, and your network access. This includes your Cypress account's access to files and internet. (See the command '''singularity help verify'''.)
     21* '''Container Security''' - Because Singularity runs entirely inside your Linux user space (see [https://www.linfo.org/user_space.html| User Space Definition]), the container instantly inherits your identity, your permissions, and your network access. This includes your Cypress account's access to files and internet.
     22
     23See [SingularityImageInspection Inspecting a Singularity .sif file].
    2224
    2325=== More about containers ===