Skip to content
Snippets Groups Projects
Commit 4c985284 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2ss-225: Force image deletion

parent cf3cd9a8
No related branches found
No related tags found
1 merge request!41L2SS-225: Fix rebuild_system_from_scratch.sh to also function on CentOS7
...@@ -57,7 +57,7 @@ function remove_images() ...@@ -57,7 +57,7 @@ function remove_images()
for image in ${images}; do for image in ${images}; do
printf "\t\t%s\n" ${image} printf "\t\t%s\n" ${image}
done done
docker rmi ${images} docker rmi -f ${images}
fi fi
} }
......
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