Taragolis opened a new pull request, #28917: URL: https://github.com/apache/airflow/pull/28917
Right now [docker decorator tests](https://github.com/apache/airflow/blob/118d6505a523ef8370e193ad5053d61cdf3cb6b0/tests/providers/docker/decorators/test_docker.py#L26) keep containers which created during test runs. ```console ❯ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2d6845e4172e python:3.9-slim "bash -cx 'python3 -…" 2 minutes ago Exited (0) 2 minutes ago eloquent_brattain b3c998556201 python:3.9-slim "bash -cx 'python3 -…" 2 minutes ago Exited (0) 2 minutes ago zen_sinoussi b12c501016f5 python:3.9-slim "bash -cx 'python3 -…" 2 minutes ago Exited (0) 2 minutes ago musing_nobel c4f8c7e4604b python:3.9-slim "bash -cx 'python3 -…" 2 minutes ago Exited (0) 2 minutes ago inspiring_lichterman f27fc61eb772 python:3.9-slim "bash -cx 'python3 -…" 10 minutes ago Exited (0) 10 minutes ago sweet_pascal 477f0a0ae56c python:3.9-slim "bash -cx 'python3 -…" 10 minutes ago Exited (0) 10 minutes ago lucid_fermat 6f833624f1a6 python:3.9-slim "bash -cx 'python3 -…" 10 minutes ago Exited (0) 10 minutes ago inspiring_keller dffff3ffd48a python:3.9-slim "bash -cx 'python3 -…" 10 minutes ago Exited (0) 10 minutes ago compassionate_booth 92ca851c45db python:3.9-slim "bash -cx 'python3 -…" 4 days ago Exited (0) 4 days ago elated_archimedes 06af08854c09 python:3.9-slim "bash -cx 'python3 -…" 4 days ago Exited (0) 4 days ago gracious_feistel c91203136247 python:3.9-slim "bash -cx 'python3 -…" 4 days ago Exited (0) 4 days ago sad_hodgkin 3e7e0cfaef55 python:3.9-slim "bash -cx 'python3 -…" 4 days ago Exited (0) 4 days ago musing_dubinsky ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
