Adjust start scripts
[aaf/authz.git] / auth / docker / dclean.sh
index d83a132..f855067 100644 (file)
@@ -8,14 +8,10 @@ else
     AAF_COMPONENTS="$@"
 fi
 
-docker image rm $ORG/$PROJECT/aaf_agent:${VERSION}
-docker image rm $ORG/$PROJECT/aaf_config:${VERSION}
-docker image rm $ORG/$PROJECT/aaf_core:${VERSION}
-
 echo "Y" | docker container prune
 for AAF_COMPONENT in ${AAF_COMPONENTS}; do
     docker image rm $ORG/$PROJECT/aaf_$AAF_COMPONENT:${VERSION}
-    if [ "$PREFIX" = "" ]; then
+    if [ "$PREFIX" = "" ]; then
       docker image rm $DOCKER_REPOSITORY/$ORG/$PROJECT/aaf_$AAF_COMPONENT:${VERSION}
       docker image rm $DOCKER_REPOSITORY/$ORG/$PROJECT/aaf_$AAF_COMPONENT:latest
     fi