Mercurial > public > ssdt-docker
view scripts/d-images.sh @ 527:4b026170dfea
SC-327: update tomcat image to 8.5.51
author | Robin Fronk <robin.fronk@mcoecn.org> |
---|---|
date | Thu, 18 Apr 2024 14:09:02 +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