GitHub user potiuk added a comment to the discussion: Building Docker image seems to ignore constraints
This is interesting discussion, but not clear if this is isssue. The way how you should build image and what build args to pass is described here with `docker build` commands - https://airflow.apache.org/docs/docker-stack/build.html#examples-of-image-customizing - se also arguments reference You miss `AIRFLOW_VERSION` to be specified likely. If you need help with debugging stuff, please take a look at detailed output of the build process where you will see the exact steps and what commands are run at every step and see if you can figure out what is wrong. Generally, self analyse the output. If still in doubt, please copy && paste relevant output fragments showing the wrong constraints being used. GitHub link: https://github.com/apache/airflow/discussions/47693#discussioncomment-12479188 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
