-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm Docker image sources are now included in the Airlfow codebase #9650
Conversation
43e6406
to
59b8a70
Compare
59b8a70
to
bbb3bd5
Compare
Hey @dimberman @schnie - I'd love your review on that - see the email! |
bbb3bd5
to
052f94a
Compare
We can now build all the images from Airlfow sources in a reproducible fashion and our users can use the helm chart based on the images build from official images + code in Airflow Codebase. We also have consistent versioning scheme based on calver version of releasing the images coupled with the version of the original package. Part of apache#9401
052f94a
to
51b53d0
Compare
@kaxil @dimberman @schnie -> I rebased the change where I made all the images used by Helm part of our sources. They are green - and all the sources are easy to rebuild. I hope this will be ok for all of you finally. I basically re-created the images without copying the original sources, and all the builds scripts and labelling scheme is consistent. Do you still have any reservation against this? If so - can we talk about it and resolve it ? |
Apologies on not seeing this one earlier. I see no problem with this one, approved |
Coool! Thanks @kaxil ! Much appreciated! I think this is an important step to release the helm charts! I am going to add some contributions soon. |
…pache#9650) We can now build all the images from Airlfow sources in a reproducible fashion and our users can use the helm chart based on the images build from official images + code in Airflow Codebase. We also have consistent versioning scheme based on calver version of releasing the images coupled with the version of the original package. Part of apache#9401 (cherry picked from commit c6e6d6d)
…9650) We can now build all the images from Airlfow sources in a reproducible fashion and our users can use the helm chart based on the images build from official images + code in Airflow Codebase. We also have consistent versioning scheme based on calver version of releasing the images coupled with the version of the original package. Part of #9401 (cherry picked from commit c6e6d6d)
…pache#9650) We can now build all the images from Airlfow sources in a reproducible fashion and our users can use the helm chart based on the images build from official images + code in Airflow Codebase. We also have consistent versioning scheme based on calver version of releasing the images coupled with the version of the original package. Part of apache#9401 (cherry picked from commit c6e6d6d)
…9650) We can now build all the images from Airlfow sources in a reproducible fashion and our users can use the helm chart based on the images build from official images + code in Airflow Codebase. We also have consistent versioning scheme based on calver version of releasing the images coupled with the version of the original package. Part of #9401 (cherry picked from commit c6e6d6d)
…9650) We can now build all the images from Airlfow sources in a reproducible fashion and our users can use the helm chart based on the images build from official images + code in Airflow Codebase. We also have consistent versioning scheme based on calver version of releasing the images coupled with the version of the original package. Part of #9401 (cherry picked from commit c6e6d6d)
…pache#9650) We can now build all the images from Airlfow sources in a reproducible fashion and our users can use the helm chart based on the images build from official images + code in Airflow Codebase. We also have consistent versioning scheme based on calver version of releasing the images coupled with the version of the original package. Part of apache#9401 (cherry picked from commit c6e6d6d)
We can now build all the images from Airlfow sources in
a reproducible fashion and our users can use the helm chart
based on the images build from official images + code in
Airflow Codebase.
We also have consistent versioning scheme based on
calver version of releasing the images coupled with
the version of the original package.
Make sure to mark the boxes below before creating PR: [x]
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.
Read the Pull Request Guidelines for more information.