stephansmit/shipyard_containers:latest

$ singularity pull shub://stephansmit/shipyard_containers:latest

Singularity Recipe

# Singularity for Azure-CLI
Bootstrap: docker
From: ubuntu:16.04

%environment
LC_ALL="C.UTF-8"
LANG="C.UTF-8"
export LC_ALL
export LANG

%post

apt-get update && \
apt-get install -y curl git python3-pip musl build-essential python3 jq gettext-base \
                   python3-dev libffi-dev libssl-dev python3-pip\
                   ca-certificates openssh-client rsync bash&& \

echo "install shipyard" 
git clone -b master --single-branch --depth 5 https://github.com/Azure/batch-shipyard.git /opt/batch-shipyard/
cd /opt/batch-shipyard
python3 -m pip install --no-cache-dir -r requirements.txt
python3 -m pip install pykwalify
python3 -m compileall -f /opt/batch-shipyard/shipyard.py /opt/batch-shipyard/convoy

echo "install azure-cli"
curl -sL https://aka.ms/InstallAzureCLIDeb | bash



%runscript
exec "$@"

Collection


View on Datalad

Metrics

key value
id /containers/stephansmit-shipyard_containers-latest
collection name stephansmit/shipyard_containers
branch master
tag latest
commit ebc0383623d1de81b5fd1a62d23a976f7320ef96
version (container hash) 4e5743751fb36cde4bf66a9d3f001469
build date 2019-08-12T09:23:54.172Z
size (MB) 1130.0
size (bytes) 292134943
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.