singularityhub/centos:latest

$ singularity pull shub://singularityhub/centos:latest

Singularity Recipe

# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
# 
# "Singularity" Copyright (c) 2016, The Regents of the University of California,
# through Lawrence Berkeley National Laboratory (subject to receipt of any
# required approvals from the U.S. Dept. of Energy).  All rights reserved.


BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum

# If you want the updates (available at the bootstrap date) to be installed
# inside the container during the bootstrap instead of the General Availability
# point release (7.x) then uncomment the following line
#UpdateURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/updates/$basearch/


%runscript
    echo "This is what happens when you run the container..."


%post
    echo "Hello from inside the container"
    yum -y install vim-minimal

Collection


View on Datalad

Metrics

key value
id /containers/singularityhub-centos-latest
collection name singularityhub/centos
branch master
tag latest
commit b342d16be73529a963b934d6b2f98623a6fdc0ab
version (container hash) e2b7b812fc4c546ab3e904bce82c43ab
build date 2019-07-26T21:13:44.271Z
size (MB) 361
size (bytes) 115068959
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.