Before you report an issue...
Version of Singularity
What version of Singularity are you using? Run:
$ singularity --version
singularity-ce version 4.4.1
Describe the bug
Trying to build some images from Docker images fails e.g pixi and pixi-derived images
To Reproduce
Steps to reproduce the behavior:
docker pull ghcr.io/prefix-dev/pixi:latest
singularity build pixi.sif docker-daemon:ghcr.io/prefix-dev/pixi:latest
Current output:
INFO: Starting build...
INFO: Fetching OCI image...
FATAL: While performing build: conveyor failed to get: open /home/anton/.singularity/cache/blob/blobs/sha256/7574239a4ba2e6a23ea4ff665e3a4ca9f01f8f2dafb4ff6b1e4808e06df0c8e5: no such file or directory
Expected behavior
Build finishes succesfully
OS / Linux Distribution
Which Linux distribution are you using? Is it up-to-date?
It is WSL2 Ubuntu
PRETTY_NAME="Ubuntu 24.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.3 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
Installation Method
Compiled from source, the error also exists if installed from DEB
Before you report an issue...
Version of Singularity
What version of Singularity are you using? Run:
Describe the bug
Trying to build some images from Docker images fails e.g pixi and pixi-derived images
To Reproduce
Steps to reproduce the behavior:
Current output:
Expected behavior
Build finishes succesfully
OS / Linux Distribution
Which Linux distribution are you using? Is it up-to-date?
It is WSL2 Ubuntu
Installation Method
Compiled from source, the error also exists if installed from DEB