potiuk commented on code in PR #42963:
URL: https://github.com/apache/airflow/pull/42963#discussion_r1797897451


##########
Dockerfile.ci:
##########
@@ -1181,7 +1181,7 @@ ARG PYTHON_BASE_IMAGE
 ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow";
 
 # By increasing this number we can do force build of all dependencies
-ARG DEPENDENCIES_EPOCH_NUMBER="11"
+ARG DEPENDENCIES_EPOCH_NUMBER="12"

Review Comment:
   Actually It turned out that CI image build did not handle cache disabling 
properly. https://github.com/apache/airflow/pull/42967 should be merged and 
this one should be rebased on top of it after that in order to properly test 
package removal.
   
   Such build will be much slower than the cached build, but it will guarantee 
that the dependencies are not installed in a pr that has "docker cache 
disabled" label set - neither from image cache  in ghcr.io nor from "main" 
repository. 



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to