ecerulm opened a new issue #14848:
URL: https://github.com/apache/airflow/issues/14848


   **Description**
   
   By default AIRFLOW_CONSTRAINTS_REFERENCE is `constraints-master` and that 
will make the `docker build` fail if you are building for `--build-arg 
AIRFLOW_VERSION="${AIRFLOW_VERSION}"`
   
   I suggest that that AIRFLOW_CONSTRAINT_REFERENCE default value is computed 
by default as `constraints-${AIRFLOW_VERSION}`  instead of 
`constraints-master`. 
   
   **Use case / motivation**
   
   I want avoid having to provide all three
   * `AIRFLOW_VERSION`
   * `AIRFLOW_INSTALL_VERSION`
   * `AIRFLOW_CONSTRAINTS_REFERENCE`
   
   I think AIRFLOW_INSTALL_VERSION and AIRFLOW_CONSTRAINTS_REFERENCE can be 
computed from AIRFLOW_VERSION 
   
   **Are you willing to submit a PR?**
   
   No
   
   **Related Issues**
   
   #14845
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to