From efafbb34e0cc5e247d118db77192e8d6d9be4aa3 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Wed, 2 Sep 2020 22:05:21 +0200 Subject: [PATCH] remove example singularity file --- tuto-singularity | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tuto-singularity diff --git a/tuto-singularity b/tuto-singularity deleted file mode 100644 index 02d4235a..00000000 --- a/tuto-singularity +++ /dev/null @@ -1,21 +0,0 @@ -Bootstrap:docker -From:ubuntu:latest - -%labels -MAINTAINER Vanessasaur -SPECIES Dinosaur - -%environment -RAWR_BASE=/code -export RAWR_BASE - -%runscript -echo "This gets run when you run the image!" -exec /bin/bash /code/rawr.sh "$@" - -%post -echo "This section happens once after bootstrap to build the image." -mkdir -p /code -apt-get install vim -echo "RoooAAAAR" >> /code/rawr.sh -chmod u+x /code/rawr.sh \ No newline at end of file -- GitLab