basnijholt/azure-singularity-agent:latest
$ singularity pull shub://basnijholt/azure-singularity-agent:latest
Singularity Recipe
BootStrap: docker
From: jupyter/minimal-notebook
%files
start.sh /azp/start.sh
%post
echo "APT::Get::Assume-Yes \"true\";" > /etc/apt/apt.conf.d/90assumeyes
apt-get update && apt-get install software-properties-common
add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main" && \
apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
curl \
jq \
git \
iputils-ping \
libcurl4 \
libicu55 \
libunwind8 \
netcat
%environment
export XDG_RUNTIME_DIR=""
export DEBIAN_FRONTEND=noninteractive
%runscript
echo "Starting the Agent"
./start.sh
%labels
Author Bas Nijholt <bas@nijho.lt>
Collection
- Name: basnijholt/azure-singularity-agent
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/basnijholt-azure-singularity-agent-latest |
collection name | basnijholt/azure-singularity-agent |
branch | master |
tag | latest |
commit | 54a481050c5a295de9ef526daa28bc9d8fb2e0a0 |
version (container hash) | c2a4958a44132fe9e446b62bba270e54 |
build date | 2020-03-05T12:12:38.873Z |
size (MB) | 2815.0 |
size (bytes) | 1041600543 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.