Update to released upstream 2.6.1
This update has been submitted for testing by dwd.
This update has been pushed to testing.
This update has been submitted for batched by bodhi.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
Tests performed and outcome:
clean install singularity: PASSED yum install singularity --enablerepo=epel-testing
build, exec, run *.simg from definition file: PASSED sudo singularity build ubuntu.simg ubuntu.def singularity exec ubuntu.simg lsb_release -a singularity run ubuntu.simg
build and exec *.simg from Docker Hub: FAILED (known 'Kernal too old' error) sudo singularity build ubuntu-docker.simg docker://ubuntu singularity exec ubuntu-docker.simg cat /etc/os-release
build, exec, run *.simg from Singulartiy Hub: PASSED sudo singularity build ubuntu-shub.simg shub://singularityhub/ubuntu singularity exec ubuntu-shub.simg cat /etc/os-release singularity run ubuntu-shub.simg
convert from .simg to .img and modify *.img with shell --writable: PASSED singularity image.create --size 2048 ubuntu.img sudo singularity build --writable ubuntu.img ubuntu.simg sudo singularity shell --writable ubuntu.img > apt-get install -y python > exit
exec and run modified *.img: PASSED singularity exec ubuntu.img python --version singularity run ubuntu.img
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by dwd.
This update has been pushed to testing.
This update has been submitted for batched by bodhi.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
Tests performed and outcome:
clean install singularity: PASSED yum install singularity --enablerepo=epel-testing
build, exec, run *.simg from definition file: PASSED sudo singularity build ubuntu.simg ubuntu.def singularity exec ubuntu.simg lsb_release -a singularity run ubuntu.simg
build and exec *.simg from Docker Hub: FAILED (known 'Kernal too old' error) sudo singularity build ubuntu-docker.simg docker://ubuntu singularity exec ubuntu-docker.simg cat /etc/os-release
build, exec, run *.simg from Singulartiy Hub: PASSED sudo singularity build ubuntu-shub.simg shub://singularityhub/ubuntu singularity exec ubuntu-shub.simg cat /etc/os-release singularity run ubuntu-shub.simg
convert from .simg to .img and modify *.img with shell --writable: PASSED singularity image.create --size 2048 ubuntu.img sudo singularity build --writable ubuntu.img ubuntu.simg sudo singularity shell --writable ubuntu.img > apt-get install -y python > exit
exec and run modified *.img: PASSED singularity exec ubuntu.img python --version singularity run ubuntu.img