truatpasteurdotfr/singularity-alpine:latest

$ singularity pull shub://truatpasteurdotfr/singularity-alpine:latest

Singularity Recipe

#!/bin/bash
# 
# Tru Huynh <tru@pasteur.fr>
# 2017/06/07: initial version

BootStrap: docker
From: alpine:latest

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

%post
echo "Hello from inside the container"
apk update && apk upgrade
touch /`date -u -Iseconds`

# tars.pasteur.fr specific (no overlays on CentOS-6)
mkdir -p /pasteur/{homes,scratch,entites} /local/{scratch,flash} /mount/gensoft2 

%labels
MAINTAINER truatpasteurdotfr

Collection


View on Datalad

Metrics

key value
id /containers/truatpasteurdotfr-singularity-alpine-latest
collection name truatpasteurdotfr/singularity-alpine
branch master
tag latest
commit 12c84e093194d895ff2dbf4fb9257e2926bbf1d7
version (container hash) bc6bb8a73d483b47ea07c94081e40d49
build date 2020-11-26T08:10:10.625Z
size (MB) 180
size (bytes) 3035167
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.