You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/17 11:55:00 UTC

[GitHub] [airflow] ecerulm opened a new issue #14848: It should be necessary to specify --build-arg AIRFLOW_CONSTRAINTS_REFERENCE="constraints-${AIRFLOW_VERSION}" \

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:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #14848: It should be necessary to specify --build-arg AIRFLOW_CONSTRAINTS_REFERENCE="constraints-${AIRFLOW_VERSION}" \

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #14848:
URL: https://github.com/apache/airflow/issues/14848


   


-- 
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:
users@infra.apache.org