Skip to content

Commit e1d5869

Browse files
committed
Updates mockstack/clean with explicit format for docker/podman compatiblity
1 parent 153018d commit e1d5869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ mockstack/down:
555555

556556
mockstack/clean: | mockstack/down
557557
@ echo "[$@] Stopping and removing LocalStack image"
558-
set +o pipefail; docker images | grep $(INTEGRATION_TEST_BASE_IMAGE_NAME) | \
558+
set +o pipefail; docker images --format="table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.Created}}\t{{.Size}}" | grep $(shell basename $(PWD)) | \
559559
awk '{print $$1 ":" $$2}' | xargs -r docker rmi
560560

561561
## Runs terraform tests in the tests directory

0 commit comments

Comments
 (0)