diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-01-28 15:54:01 -0600 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-01-28 16:13:50 -0600 |
commit | 0a15ed81fdde99920359f209341114119c1aa11a (patch) | |
tree | 588d100a24153951eec02dae398cfb84f05902a0 /auth/docker/dclean.sh | |
parent | 82755753f41112e1cdd91b2994620ad074dfbf20 (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.sh | 1 |
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 |