Hi! I'm trying to build a singularity image with docker archive without success...
So, first i create the local archive with:
rm -rf rocky8_xrootd.tar; podman save --format docker-archive -o rocky8_xrootd.tar localhost/rocky8_xrootd
then, in the def file i have:
Bootstrap: docker-archive
From: docker-archive:./rocky8_xrootd.tar
as i understood from:
https://sylabs.io/guides/3.9/user-guide/appendix.html#docker-daemon-archive
then trying to build a get:
singularity build --fakeroot rocky8_xrootd.sif alicetokenacc.sing
INFO: Starting build...
FATAL: While performing build: conveyor failed to get: invalid image source: docker-archive parsing reference: invalid
reference format
i tried to save also to oci-archive and i got the same error..
this is singularity-ce version 3.9.6-1.fc35 (built locally)
3.9.8 does not build on fedora 35
Is there anything obvious that i'm missing?
Thanks a lot!
Adrian