potiuk commented on issue #32877: URL: https://github.com/apache/airflow/issues/32877#issuecomment-1653950675
> When I am doing git checkout tags/2.6.3 (I want 2.6.3 stable version) and I will change the value in the Dockerfile (2.6.2 -> 2.6.3) manually, that must work as well right ? Read the docs: https://airflow.apache.org/docs/docker-stack/build.html - it has all the options and explains how to choose airflow version to use by`--build-args`. There are examples you can follow. NOTE! you might not necessary need to use the Dockerfile. Dockerfile is there for "power users" who want to have optimized experience and follow the "customization" route rather than "extending" the reference image of ours. The docs I linked explain the difference, you can also watch my talk explaining it https://www.youtube.com/watch?v=wDr3Y7q2XoI > @potiuk I can see that the step: - Updating Dockerfile with the new version. is last Yes. It is last. This is the issue to be fixed. It should be before tagging (which is before it). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
