1#!/bin/sh 2 3docker-compose -f ./test-infra/docker-compose.yaml down 4docker rmi intoto-run:latest 5rm -rf /tmp/spire
View as plain text