We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153018d commit e1d5869Copy full SHA for e1d5869
1 file changed
Makefile
@@ -555,7 +555,7 @@ mockstack/down:
555
556
mockstack/clean: | mockstack/down
557
@ echo "[$@] Stopping and removing LocalStack image"
558
- set +o pipefail; docker images | grep $(INTEGRATION_TEST_BASE_IMAGE_NAME) | \
+ set +o pipefail; docker images --format="table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.Created}}\t{{.Size}}" | grep $(shell basename $(PWD)) | \
559
awk '{print $$1 ":" $$2}' | xargs -r docker rmi
560
561
## Runs terraform tests in the tests directory
0 commit comments