Mercurial > public > ssdt-docker
view scripts/updates-cleanup.sh @ 377:c1e8c755bce2 production
flow: Promoted <release> 'v2.11.0' (c6b2a1abecb8) to 'production'.
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Fri, 10 Sep 2021 07:47:54 -0400 |
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