Hi All,
I have this .def
skluth@atlas246:~/Downloads/singularity/images$ cat root6.24.06-ubuntu20.04-debootstrap.def
Bootstrap: debootstrap
OSVersion: focal
MirrorURL:
http://us.archive.ubuntu.com/ubuntu/...
skluth@atlas246:~/Downloads/singularity/images$ singularity build --remote root6.24.06-ubuntu20.04-debootstrap.sif root6.24.06-ubuntu20.04-debootstrap.def
INFO: Access Token Verified!
INFO: Token stored in /root/.singularity/remote.yaml
INFO: Remote "default" now in use.
INFO: Starting build...
E: No such script: /usr/share/debootstrap/scripts/focal
FATAL: While performing build: conveyor failed to get: while debootstrapping: exit status 1
FATAL: While performing build: build image size <= 0
Soemthing wrong in my .def or the remote builder debootstrap is too old?
Cheers, Stefan