Skip to content

Commit

Permalink
Still need to rename image…
Browse files Browse the repository at this point in the history
docker2singularity changes the extension to .simg instead of .sif. The file is actually a .sif. See: apptainer/singularity#5178
  • Loading branch information
rkalescky committed Feb 10, 2023
1 parent 248f766 commit c9b63da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biostats_mcgee/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ docker build --no-cache --progress=plain\
docker run -v /var/run/docker.sock:/var/run/docker.sock\
-v $PWD:/output --privileged -t --rm singularityware/docker2singularity\
-n ${img} ${name}:${version} |& tee -a build.log
mv ${img%.sif}.simg ${img}

# Change Singularity image permissions
if [[ $(uname -s) == "Linux" ]]; then
Expand Down

0 comments on commit c9b63da

Please sign in to comment.