Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在Mac M2芯片上运行docker-compose.yaml似乎需要做一些修改 #1

Open
raymond0208 opened this issue Jan 23, 2024 · 0 comments

Comments

@raymond0208
Copy link

在docker-compose的文件中的line 42,把原来的:
image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.1.3-python3.8}
改成了:
image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.8.1}

运行“docker-compose up airflow-init”的命令时就可以跑过,不然会一直提示“no matching manifest for linux/arm64/v8 in the manifest list entries”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant