Skip to content
Snippets Groups Projects
Commit ea8edf78 authored by Fabio Hernandez's avatar Fabio Hernandez
Browse files

Sanity checks

parent 4b4748c5
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,12 @@
thisScript=$(basename $0)
#
# Name of the Docker image which contains Singularity
# Ensure the Docker image which contains Singularity exists
#
dockerImageName='airnandez/singularity:3.8.3'
if ! docker image ls | grep -e "^$(echo ${dockerImageName} | sed 's/:.*//g')" &> /dev/null; then
echo "${thisScript}: could not find Docker image ${dockerImageName}"
fi
#
# Name of the Singularity definition file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment