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.
本文标签:
版权声明:本文标题:astronomer - astro docker start failing with error `airflow create_user` command, has been removed - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人,
转载请联系作者并注明出处:http://www.roclinux.cn/p/1744015576a2518851.html,
本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论