potiuk commented on PR #58783: URL: https://github.com/apache/airflow/pull/58783#issuecomment-3587655893
As discussed in slack -this one has two problems: * -T is alias for --no-TTY -> which means that we have no way to enable pseudo-terminal allocation * disabling TTY caused the images to loose colors, as colors are produced by click ony when there is a terminal https://github.com/apache/airflow/pull/58732 has a complete fix with improved diagnostics and allocating the pseudo-terminal in Python code - inside the docker -- 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]
