XSEDE/nix-container-sc-benchmark:latest

$ singularity pull shub://XSEDE/nix-container-sc-benchmark:latest

Singularity Recipe

Bootstrap: docker
From: xsede/nix-sc-benchmark:testing


%runscript
    exec echo "Hello world!"
    nix-store --verify --check-contents

%test
    grep -q NAME=\"CentOS\ Linux\" /etc/os-release
    if [ $? -eq 0 ]; then
        echo "Container base is CentOS as expected."
    else
        echo "Container base is not CentOS :-("
    fi

%labels
    Author steve@XCI
    Version v0.0.2

%help
    This is a testing container for converting our base CentOS Nix
    docker image into a singularity container.

Collection


View on Datalad

Metrics

key value
id /containers/XSEDE-nix-container-sc-benchmark-latest
collection name XSEDE/nix-container-sc-benchmark
branch master
tag latest
commit 1a06b25e8e84c226b9b2b2b443d2a80cae2d05d2
version (container hash) 553cf7a12de0ab737bc5902da235dbdd1979f0935952253bd054115fb7d0c504
build date 2021-04-14T19:40:47.574Z
size (MB) 733.9140625
size (bytes) 769564672
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.