Mercurial > public > ssdt-docker
view scripts/d-images.sh @ 205:f24a5f2abcdf production
Added tag vv1.4.0 for changeset e05f5379eb0e
author | Christopher Springer <springer@nwoca.org> |
---|---|
date | Tue, 26 Sep 2017 15:34:00 +0100 |
parents | 9971f134a48e |
children |
line wrap: on
line source
#!/bin/bash docker images --filter "label=io.ssdt.id" -q | xargs docker inspect --format "{{.RepoTags}} {{index .Config.Labels \"io.ssdt.id\"}}" --type image