mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
List quay.io images during Shippable run.
This commit is contained in:
@@ -10,6 +10,7 @@ script="${args[0]}"
|
||||
test="$1"
|
||||
|
||||
docker images ansible/ansible
|
||||
docker images quay.io/ansible/*
|
||||
docker ps
|
||||
|
||||
for container in $(docker ps --format '{{.Image}} {{.ID}}' | grep -v '^drydock/' | sed 's/^.* //'); do
|
||||
|
||||
Reference in New Issue
Block a user