view scripts/updates-cleanup.sh @ 320:58c49a386a11

making changes to remote backup scripts to create directory
author aldrich@ssdt-ohio.org
date Thu, 31 Oct 2019 14:34:53 +0100
parents fea886ba7279
children
line wrap: on
line source
#!/bin/bash
#
# Safely removes obsolete images from previous SSDT versions.
#
source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh"

docker images --filter "label=io.ssdt.app" --filter "dangling=true" -q | xargs docker rmi