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
Singularity is a container runtime alternative to Docker, popular in the HPC community.
It provides it's own image specification and format, and it allows converting Docker images to Singularity image files. However the latter is a slow and error-prone process.
The version 4 of Singularity allows the run of OCI-based format images in a native manager, with it extremely useful for improving interoperability with existing container images and Wave containers. Read more here.
The goal of this issue is to add to nextflow the support for OCI container for singularity.
This requires
adding a new configuration setting to enable this feature singularity.oci = true|false
when this setting is enabled the singularity exec command should include the --oci option
The text was updated successfully, but these errors were encountered:
Singularity is a container runtime alternative to Docker, popular in the HPC community.
It provides it's own image specification and format, and it allows converting Docker images to Singularity image files. However the latter is a slow and error-prone process.
The version 4 of Singularity allows the run of OCI-based format images in a native manager, with it extremely useful for improving interoperability with existing container images and Wave containers. Read more here.
The goal of this issue is to add to nextflow the support for OCI container for singularity.
This requires
singularity.oci = true|false
singularity exec
command should include the--oci
optionThe text was updated successfully, but these errors were encountered: