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
Description
By default AIRFLOW_CONSTRAINTS_REFERENCE is
constraints-masterand that will make thedocker buildfail 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 ofconstraints-master.Use case / motivation
I want avoid having to provide all three
AIRFLOW_VERSIONAIRFLOW_INSTALL_VERSIONAIRFLOW_CONSTRAINTS_REFERENCEI 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