turbaszek edited a comment on pull request #12511: URL: https://github.com/apache/airflow/pull/12511#issuecomment-732371416
@potiuk it seems that we have exactly the same problem but in different place: https://github.com/turbaszek/airflow/runs/1443863231 ~I would say that the problem can be with the image tag `apache/airflow:master-python3.6` against which we run the check. The image that was build and pushed to registry is `docker push docker.pkg.github.com/turbaszek/airflow/master-python3.6:379534179`~ Nope, that image still rises error. Digging deeper the problem seems to be in the fact that we are using master constraints to build the image (`--build-arg AIRFLOW_CONSTRAINTS_REFERENCE=constraints-master`)? And that's something I don't get. I changed setup.py but the image is still building using old dependencies. Can you explain (or point to docs) how changes to setup.py|cfg gets propagated to prod images? ---------------------------------------------------------------- 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]
