summaryrefslogtreecommitdiffstats
path: root/auth/docker/dclean.sh
diff options
context:
space:
mode:
authorInstrumental <jgonap@stl.gathman.org>2020-01-28 15:54:01 -0600
committerInstrumental <jgonap@stl.gathman.org>2020-01-28 16:13:50 -0600
commit0a15ed81fdde99920359f209341114119c1aa11a (patch)
tree588d100a24153951eec02dae398cfb84f05902a0 /auth/docker/dclean.sh
parent82755753f41112e1cdd91b2994620ad074dfbf20 (diff)
Modify for use of JDK 11
Issue-ID: AAF-1066 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I31484958c48b0d9b930921bec2581144e0675970
Diffstat (limited to 'auth/docker/dclean.sh')
-rw-r--r--auth/docker/dclean.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/docker/dclean.sh b/auth/docker/dclean.sh
index 0e974aa6..f27cc4ec 100644
--- a/auth/docker/dclean.sh
+++ b/auth/docker/dclean.sh
@@ -36,4 +36,5 @@ for AAF_COMPONENT in ${AAF_COMPONENTS}; do
$DOCKER image rm $DOCKER_REPOSITORY/$ORG/$PROJECT/aaf_$AAF_COMPONENT:latest
fi
done
+
echo "Y" | $DOCKER image prune