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
Copy file name to clipboardExpand all lines: docs/config.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,11 @@ The following settings are available:
104
104
`apptainer.noHttps`
105
105
: Pull the Apptainer image with http protocol (default: `false`).
106
106
107
+
`apptainer.ociAutoPull`
108
+
: :::{versionadded} 23.12.0-edge
109
+
:::
110
+
: When enabled, OCI (and Docker) container images are pulled and converted to the SIF format by the Apptainer run command, instead of Nextflow (default: `false`).
111
+
107
112
`apptainer.pullTimeout`
108
113
: The amount of time the Apptainer pull can last, exceeding which the process is terminated (default: `20 min`).
109
114
@@ -1407,11 +1412,15 @@ The following settings are available:
1407
1412
`singularity.noHttps`
1408
1413
: Pull the Singularity image with http protocol (default: `false`).
1409
1414
1410
-
`singularity.oci`
1411
-
: :::{versionadded} 23.11.0-edge
1415
+
`singularity.ociAutoPull`
1416
+
: :::{versionadded} 23.12.0-edge
1412
1417
:::
1413
-
: Enable OCI-mode, that allows running native OCI-compatible containers with Singularity using `crun` or `runc` as low-level runtime. See `--oci` flag in the [Singularity documentation](https://docs.sylabs.io/guides/4.0/user-guide/oci_runtime.html#oci-mode) for more details and requirements (default: `false`).
1418
+
: When enabled, OCI (and Docker) container images are pull and converted to a SIF image file format implicitly by the Singularity run command, instead of Nextflow. Requires Singulairty 3.11 or later (default: `false`).
1414
1419
1420
+
`singularity.ociMode`
1421
+
: :::{versionadded} 23.12.0-edge
1422
+
:::
1423
+
: Enable OCI-mode, that allows running native OCI compliant container image with Singularity using `crun` or `runc` as low-level runtime. Note: it requires Singulairty 4 or later. See `--oci` flag in the [Singularity documentation](https://docs.sylabs.io/guides/4.0/user-guide/oci_runtime.html#oci-mode) for more details and requirements (default: `false`).
1415
1424
1416
1425
`singularity.pullTimeout`
1417
1426
: The amount of time the Singularity pull can last, exceeding which the process is terminated (default: `20 min`).
0 commit comments