stable

singularity-2.6.1-1.1.fc28

FEDORA-2018-ae8d35651b created by dwd 5 years ago for Fedora 28

Update to released upstream 2.6.1

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2018-ae8d35651b

This update has been submitted for testing by dwd.

5 years ago

This update has been pushed to testing.

5 years ago
User Icon phphavok provided feedback 5 years ago
karma

This update has been submitted for batched by bodhi.

5 years ago

This update has been submitted for stable by bodhi.

5 years ago

This update has been pushed to stable.

5 years ago
User Icon mkandes commented & provided feedback 5 years ago
karma

Tests performed and outcome:

  1. clean install singularity: PASSED

    yum install singularity --enablerepo=epel-testing
    
  2. 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
    
  3. build and exec *.simg from Docker Hub: PASSED

    sudo singularity build ubuntu-docker.simg docker://ubuntu
    singularity exec ubuntu-docker.simg cat /etc/os-release
    
  4. 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
    
  5. 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
    
  6. exec and run modified *.img: PASSED

    singularity exec ubuntu.img python --version
    singularity run ubuntu.img
    

Please login to add feedback.

Metadata
Type
security
Severity
high
Karma
2
Signed
Content Type
RPM
Test Gating
Settings
Unstable by Karma
-3
Stable by Karma
1
Stable by Time
disabled
Dates
submitted
5 years ago
in testing
5 years ago
in stable
5 years ago

Automated Test Results