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.2-1.el8
Describe the bug
singularity build --oci doesn't support URI targets, unlike singularity shell --oci, singularity pull --oci, or singularity build (without --oci)
To Reproduce
$ singularity build --oci ubuntu.oci.sif docker://docker.io/library/ubuntu
INFO: Did not find usable system buildkitd daemon. Starting built-in singularity-buildkitd.
WARN[0000] git source cannot be enabled: failed to find git binary: exec: "git": executable file not found in $PATH
INFO: singularity-buildkitd: running server on /run/user/1000/singularity-buildkitd/singularity-buildkitd-16888.sock
[+] Building 0.0s (0/0)
INFO: Terminating singularity-buildkitd (PID 16910)
FATAL: while building from dockerfile: resolve : lstat docker:: no such file or directory
Expected behavior
I would expect "ubuntu.oci.sif" to be created, as with with an regular SIF if --oci is omitted:
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
singularity build --oci
doesn't support URI targets, unlikesingularity shell --oci
,singularity pull --oci
, orsingularity build
(without--oci
)To Reproduce
Expected behavior
I would expect "ubuntu.oci.sif" to be created, as with with an regular SIF if
--oci
is omitted:OS / Linux Distribution
Which Linux distribution are you using? Is it up-to-date?
Installation Method
RPM from EPEL
Additional context
The text was updated successfully, but these errors were encountered: