We support Singularity 3.7.4.
authorWard Vandewege <ward@curii.com>
Thu, 7 Oct 2021 13:57:02 +0000 (09:57 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 7 Oct 2021 14:17:40 +0000 (10:17 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/install/singularity.html.textile.liquid

index 1f382539589e588786893bad334bf4491a843da5..5adf2e8c7e7d02e5c966ba8150892c74b889caf0 100644 (file)
@@ -18,13 +18,13 @@ Please note:
 * Programs running in containers may behave differently due to differences between Singularity and Docker.
 ** The root (image) filesystem is read-only in a Singularity container. Programs that attempt to write outside a designated output or temporary directory are likely to fail.
 ** The Docker ENTRYPOINT instruction is ignored.
-* Arvados is currently tested with Singularity version 3.5.2.
+* Arvados is currently tested with Singularity version 3.7.4.
 
-To use singularity, first make sure "Singularity is installed":https://sylabs.io/guides/3.5/user-guide/quick_start.html on your cloud worker image or SLURM/LSF compute nodes as applicable. Note @squashfs-tools@ is required.
+To use singularity, first make sure "Singularity is installed":https://sylabs.io/guides/3.7/user-guide/quick_start.html on your cloud worker image or SLURM/LSF compute nodes as applicable. Note @squashfs-tools@ is required.
 
 <notextile>
 <pre><code>$ <span class="userinput">singularity version</span>
-3.5.2
+3.7.4
 $ <span class="userinput">mksquashfs -version</span>
 mksquashfs version 4.3-git (2014/06/09)
 [...]