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
Only issues that can be replicated on the latest release, or development branch, of SingularityCE will be investigated and fixed. The open source project does not maintain long-term stable branches or fix bugs in prior versions. If you require LTS support then please see the Sylabs website.
Version of Singularity
What version of Singularity are you using? Run:
$ singularity --version
singularity-ce version 4.2.0-rc.1+159-gd39154d93
Describe the bug
The singularity inspect command does not support OCI-SIF images, and issues a misleading suggestion to use --oci mode (which apparently isn't supported).
To Reproduce
Steps to reproduce the behavior:
$ singularity inspect test.oci.sif
FATAL: could not inspect container: unable to process command: exit status 255: error output:
FATAL: While checking image: native runtime does not support OCI-SIF images, use --oci mode
$ singularity inspect --oci test.oci.sif
Error for command "inspect": unknown flag: --oci
Expected behavior
Ideally the singularity inspect command would produce informative output (it would be particularly helpful for singularity inspect -d to emit information similar to [docker|podman] history --human --no-trunc <image>), or else state that singularity inspect does not support OCI-SIF images.
OS / Linux Distribution
Which Linux distribution are you using? Is it up-to-date?
Before you report an issue...
Only issues that can be replicated on the latest release, or development branch, of SingularityCE will be investigated and fixed. The open source project does not maintain long-term stable branches or fix bugs in prior versions. If you require LTS support then please see the Sylabs website.
Version of Singularity
What version of Singularity are you using? Run:
Describe the bug
The
singularity inspect
command does not support OCI-SIF images, and issues a misleading suggestion touse --oci mode
(which apparently isn't supported).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally the
singularity inspect
command would produce informative output (it would be particularly helpful forsingularity inspect -d
to emit information similar to[docker|podman] history --human --no-trunc <image>
), or else state that singularity inspect does not support OCI-SIF images.OS / Linux Distribution
Which Linux distribution are you using? Is it up-to-date?
Installation Method
Compiled from source:
Additional context
The text was updated successfully, but these errors were encountered: