oyarushe opened a new issue #16949: URL: https://github.com/apache/airflow/issues/16949
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> <!-- IMPORTANT!!! PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE NEXT TO "SUBMIT NEW ISSUE" BUTTON!!! PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!! Please complete the next sections or the issue will be closed. These questions are the first thing we need to know to understand the context. --> **Apache Airflow version**: the lasters version from main ([4d8fd37](https://github.com/apache/airflow/commit/4d8fd37b6d110b348f29e677eaaaf9e447c837c7)) **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): macOS Big Sur - **Kernel** (e.g. `uname -a`): Darwin Kernel Version 20.4.0 - **Docker Desktop**: 3.5.2 - **Docker Compose**: v2.0.0-beta.6 **What happened**: ``` $ ./breeze -v Executing script: /Users/oyarush/projects/airflow/airflow/.build/dc_ci run --service-ports --rm airflow ++ dirname /Users/oyarush/projects/airflow/airflow/.build/dc_ci + cd /Users/oyarush/projects/airflow/airflow/.build + export HOST_USER_ID=502 ... + USE_AIRFLOW_VERSION= + export USE_PACKAGES_FROM_DIST=false + USE_PACKAGES_FROM_DIST=false + export EXECUTOR=KubernetesExecutor + EXECUTOR=KubernetesExecutor + docker-compose run --service-ports --rm airflow Can't separate key from value ERROR: The previous step completed with error. Please take a look at output above ########################################################################################### EXITING WITH STATUS CODE 15 ########################################################################################### ``` It only happens for docker-compose v2.0. So possible resolution can be to disable the experimental feature "Use Docker Compose V2" -- 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]
