This commit is contained in:
Ivan Nikolaev-Axenov 2025-03-20 18:16:04 +03:00
parent 16b51c34ed
commit a669f34fcc

View file

@ -25,6 +25,9 @@ def run_docker(folder_name: str) -> int:
logging.info("Removing all clr_test-clearing_system containers")
subprocess.call('docker rm -f $(docker ps --all -q --filter ancestor=clr_test-clearing_system)', shell=True)
logging.info("Removing all sftp containers")
subprocess.call('docker rm -f $(docker ps --all -q --filter ancestor=mirror.gcr.io/atmoz/sftp)', shell=True)
logging.info("Removing all clr_test-db images")
subprocess.call('docker rmi -f clr_test-db', shell=True)