singularityhub/ubuntu:latest

$ singularity pull shub://singularityhub/ubuntu: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: debootstrap
OSVersion: trusty
MirrorURL: http://us.archive.ubuntu.com/ubuntu/


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


%post
    echo "Hello from inside the container"
    sed -i 's/$/ universe/' /etc/apt/sources.list
    apt-get -y install vim

Collection


View on Datalad

Metrics

key value
id /containers/singularityhub-ubuntu-latest
collection name singularityhub/ubuntu
branch master
tag latest
commit badc772f6365321ed9e384156e09cc5724b16c69
version (container hash) 9b7990e50a78b519f45a5971a36024ad
build date 2019-07-27T08:14:02.049Z
size (MB) 208.0
size (bytes) 92880927
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.