Skip to content

Commit

Permalink
The fix-ownership command missed --rm flag and left dangling containe…
Browse files Browse the repository at this point in the history
…rs (apache#37277)

Fixes: apache#37269
  • Loading branch information
potiuk committed Feb 9, 2024
1 parent 9f4f208 commit 7835fd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ def fix_ownership_using_docker(quiet: bool = False):
f"DOCKER_IS_ROOTLESS={is_docker_rootless()}",
"-e",
f"VERBOSE_COMMANDS={str(not quiet).lower()}",
"--rm",
"-t",
OWNERSHIP_CLEANUP_DOCKER_TAG,
"/opt/airflow/scripts/in_container/run_fix_ownership.py",
Expand Down

0 comments on commit 7835fd2

Please sign in to comment.