I am trying to execute a astronomer docker container to run airflow in local.
this is the Dockerfile content
FROM quay.io/astronomer/astro-runtime:9.14.0-python-3.11-base
the docker container is stuck in restarting and never getting started.
when i checked the logs this is what i get.
airflow command error: argument GROUP_OR_COMMAND: `airflow create_user` command, has been removed, please use `airflow users create`, see help above.
I dont see I am using 'airflow create_user' anywhere in my Dockerfile or entrypoint file.
Can anybody suggest what is the issue.