You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/14 13:15:38 UTC

[GitHub] [airflow] koconder opened a new issue, #24442: Airflow Docker Compose YAML File Version Inccorect

koconder opened a new issue, #24442:
URL: https://github.com/apache/airflow/issues/24442

   ### What do you see as an issue?
   
   Currently the docker-compose.yaml is giving the following error from the following command:
   
   ```
   ❯ docker-compose up airflow-init
   
   ERROR: The Compose file './docker-compose.yaml' is invalid because:
   services.airflow-cli.image contains an invalid type, it should be a string
   services.airflow-init.image contains an invalid type, it should be a string
   services.airflow-scheduler.image contains an invalid type, it should be a string
   services.airflow-triggerer.image contains an invalid type, it should be a string
   services.airflow-webserver.image contains an invalid type, it should be a string
   services.airflow-worker.image contains an invalid type, it should be a string
   services.flower.image contains an invalid type, it should be a string
   (base) 
   ```
   
   ### Solving the problem
   
   We should update the version of the docker compose from 3 to 3.2 to allow for the expressive notations.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] koconder closed issue #24442: Airflow Docker Compose YAML File Version Inccorect

Posted by GitBox <gi...@apache.org>.
koconder closed issue #24442: Airflow Docker Compose YAML File Version Inccorect
URL: https://github.com/apache/airflow/issues/24442


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] koconder commented on issue #24442: Airflow Docker Compose YAML File Version Inccorect

Posted by GitBox <gi...@apache.org>.
koconder commented on issue #24442:
URL: https://github.com/apache/airflow/issues/24442#issuecomment-1155188377

   Resolved, was not commenting out properly.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org