-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Stop using autobuilds of DockerHub #16555
Labels
kind:feature
Feature Requests
Comments
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Jun 21, 2021
According to https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ Docker is going to disable autobuilds for free tiers. We might be exempt from that via ASF, but docker autobuilds never worked well for us for multitude of reasons. This PR turns manually preparing the image into obligatory, manual step when releasing Airflow. Part of apache#16555
potiuk
added a commit
that referenced
this issue
Jun 21, 2021
According to https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ Docker is going to disable autobuilds for free tiers. We might be exempt from that via ASF, but docker autobuilds never worked well for us for multitude of reasons. This PR turns manually preparing the image into obligatory, manual step when releasing Airflow. Part of #16555
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Jun 22, 2021
According to https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ Docker is going to disable autobuilds for free tiers. We might be exempt from that via ASF, but docker autobuilds never worked well for us for multitude of reasons. This PR turns manually preparing the image into obligatory, manual step when releasing Airflow. Part of apache#16555 (cherry picked from commit 9f92786)
Jorricks
pushed a commit
to Jorricks/airflow
that referenced
this issue
Jun 24, 2021
According to https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ Docker is going to disable autobuilds for free tiers. We might be exempt from that via ASF, but docker autobuilds never worked well for us for multitude of reasons. This PR turns manually preparing the image into obligatory, manual step when releasing Airflow. Part of apache#16555
This was referenced Jul 2, 2021
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Jul 4, 2021
Breeze used traditionally DockerHub to pull images, because they were public and GitHub Packages were not. With GitHub Container Regisry however, we can switch fully to using GitHub Container Registry also for Breeze. Thanks to moving to Github Container Registry we can remove a lot of code responsible for maintaining different naming and different versions of the images in DockerHub and GitHub Container Registry. Also it streamlines and simplifies the process of refreshing the images when new python versions are released - the CI push builds will check if the new Python image is released in DockerHub and it will rebuild the base image automatically if needed (and push it as cache) The CI documentation (including sequence diagrams) has been refreshed to reflect those changes (and other changes done in the meantime). The flows are now simplified as DockerHub is largely moved out of the picture. The only remaining DockerHub Images now are: * images used during CI for integrations (airflow-ci) * officially released Production Airflow images (airflow) The integration images will be moved to GitHub Container Registry in a subsequent PR and the only images remaining in DockerHub will be the officially released Production Airflow images. Part of apache#16555
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Jul 11, 2021
Breeze used traditionally DockerHub to pull images, because they were public and GitHub Packages were not. With GitHub Container Regisry however, we can switch fully to using GitHub Container Registry also for Breeze. Thanks to moving to Github Container Registry we can remove a lot of code responsible for maintaining different naming and different versions of the images in DockerHub and GitHub Container Registry. Also it streamlines and simplifies the process of refreshing the images when new python versions are released - the CI push builds will check if the new Python image is released in DockerHub and it will rebuild the base image automatically if needed (and push it as cache) The CI documentation (including sequence diagrams) has been refreshed to reflect those changes (and other changes done in the meantime). The flows are now simplified as DockerHub is largely moved out of the picture. The only remaining DockerHub Images now are: * images used during CI for integrations (airflow-ci) * officially released Production Airflow images (airflow) The integration images will be moved to GitHub Container Registry in a subsequent PR and the only images remaining in DockerHub will be the officially released Production Airflow images. Part of apache#16555
potiuk
added a commit
that referenced
this issue
Jul 12, 2021
Breeze used traditionally DockerHub to pull images, because they were public and GitHub Packages were not. With GitHub Container Regisry however, we can switch fully to using GitHub Container Registry also for Breeze. Thanks to moving to Github Container Registry we can remove a lot of code responsible for maintaining different naming and different versions of the images in DockerHub and GitHub Container Registry. Also it streamlines and simplifies the process of refreshing the images when new python versions are released - the CI push builds will check if the new Python image is released in DockerHub and it will rebuild the base image automatically if needed (and push it as cache) The CI documentation (including sequence diagrams) has been refreshed to reflect those changes (and other changes done in the meantime). The flows are now simplified as DockerHub is largely moved out of the picture. The only remaining DockerHub Images now are: * images used during CI for integrations (airflow-ci) * officially released Production Airflow images (airflow) The integration images will be moved to GitHub Container Registry in a subsequent PR and the only images remaining in DockerHub will be the officially released Production Airflow images. Part of #16555
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Jul 12, 2021
This is the final step of moving the images used for CI integration to `ghcr.io` from DockerHub. With Publicly available images with self-management provided by GitHub, we can finally move to keep the images "properly" - i.e. each image is separate and tag is only image version. Part of apache#16555
potiuk
added a commit
that referenced
this issue
Jul 14, 2021
This is the final step of moving the images used for CI integration to `ghcr.io` from DockerHub. With Publicly available images with self-management provided by GitHub, we can finally move to keep the images "properly" - i.e. each image is separate and tag is only image version. Part of #16555
We should remove |
potiuk
added a commit
that referenced
this issue
Jul 18, 2021
Breeze used traditionally DockerHub to pull images, because they were public and GitHub Packages were not. With GitHub Container Regisry however, we can switch fully to using GitHub Container Registry also for Breeze. Thanks to moving to Github Container Registry we can remove a lot of code responsible for maintaining different naming and different versions of the images in DockerHub and GitHub Container Registry. Also it streamlines and simplifies the process of refreshing the images when new python versions are released - the CI push builds will check if the new Python image is released in DockerHub and it will rebuild the base image automatically if needed (and push it as cache) The CI documentation (including sequence diagrams) has been refreshed to reflect those changes (and other changes done in the meantime). The flows are now simplified as DockerHub is largely moved out of the picture. The only remaining DockerHub Images now are: * images used during CI for integrations (airflow-ci) * officially released Production Airflow images (airflow) The integration images will be moved to GitHub Container Registry in a subsequent PR and the only images remaining in DockerHub will be the officially released Production Airflow images. Part of #16555 (cherry picked from commit af0598f)
potiuk
added a commit
that referenced
this issue
Jul 18, 2021
This is the final step of moving the images used for CI integration to `ghcr.io` from DockerHub. With Publicly available images with self-management provided by GitHub, we can finally move to keep the images "properly" - i.e. each image is separate and tag is only image version. Part of #16555 (cherry picked from commit 3143f1a)
I cherry-picked the necessary commits to v2-1-test, but we need to merge #17065 in order to build and push the images. |
josh-fell
pushed a commit
to josh-fell/airflow
that referenced
this issue
Jul 19, 2021
Breeze used traditionally DockerHub to pull images, because they were public and GitHub Packages were not. With GitHub Container Regisry however, we can switch fully to using GitHub Container Registry also for Breeze. Thanks to moving to Github Container Registry we can remove a lot of code responsible for maintaining different naming and different versions of the images in DockerHub and GitHub Container Registry. Also it streamlines and simplifies the process of refreshing the images when new python versions are released - the CI push builds will check if the new Python image is released in DockerHub and it will rebuild the base image automatically if needed (and push it as cache) The CI documentation (including sequence diagrams) has been refreshed to reflect those changes (and other changes done in the meantime). The flows are now simplified as DockerHub is largely moved out of the picture. The only remaining DockerHub Images now are: * images used during CI for integrations (airflow-ci) * officially released Production Airflow images (airflow) The integration images will be moved to GitHub Container Registry in a subsequent PR and the only images remaining in DockerHub will be the officially released Production Airflow images. Part of apache#16555
josh-fell
pushed a commit
to josh-fell/airflow
that referenced
this issue
Jul 19, 2021
This is the final step of moving the images used for CI integration to `ghcr.io` from DockerHub. With Publicly available images with self-management provided by GitHub, we can finally move to keep the images "properly" - i.e. each image is separate and tag is only image version. Part of apache#16555
kaxil
pushed a commit
that referenced
this issue
Aug 17, 2021
Breeze used traditionally DockerHub to pull images, because they were public and GitHub Packages were not. With GitHub Container Regisry however, we can switch fully to using GitHub Container Registry also for Breeze. Thanks to moving to Github Container Registry we can remove a lot of code responsible for maintaining different naming and different versions of the images in DockerHub and GitHub Container Registry. Also it streamlines and simplifies the process of refreshing the images when new python versions are released - the CI push builds will check if the new Python image is released in DockerHub and it will rebuild the base image automatically if needed (and push it as cache) The CI documentation (including sequence diagrams) has been refreshed to reflect those changes (and other changes done in the meantime). The flows are now simplified as DockerHub is largely moved out of the picture. The only remaining DockerHub Images now are: * images used during CI for integrations (airflow-ci) * officially released Production Airflow images (airflow) The integration images will be moved to GitHub Container Registry in a subsequent PR and the only images remaining in DockerHub will be the officially released Production Airflow images. Part of #16555 (cherry picked from commit af0598f)
kaxil
pushed a commit
that referenced
this issue
Aug 17, 2021
This is the final step of moving the images used for CI integration to `ghcr.io` from DockerHub. With Publicly available images with self-management provided by GitHub, we can finally move to keep the images "properly" - i.e. each image is separate and tag is only image version. Part of #16555 (cherry picked from commit 3143f1a)
jhtimmins
pushed a commit
that referenced
this issue
Aug 17, 2021
Breeze used traditionally DockerHub to pull images, because they were public and GitHub Packages were not. With GitHub Container Regisry however, we can switch fully to using GitHub Container Registry also for Breeze. Thanks to moving to Github Container Registry we can remove a lot of code responsible for maintaining different naming and different versions of the images in DockerHub and GitHub Container Registry. Also it streamlines and simplifies the process of refreshing the images when new python versions are released - the CI push builds will check if the new Python image is released in DockerHub and it will rebuild the base image automatically if needed (and push it as cache) The CI documentation (including sequence diagrams) has been refreshed to reflect those changes (and other changes done in the meantime). The flows are now simplified as DockerHub is largely moved out of the picture. The only remaining DockerHub Images now are: * images used during CI for integrations (airflow-ci) * officially released Production Airflow images (airflow) The integration images will be moved to GitHub Container Registry in a subsequent PR and the only images remaining in DockerHub will be the officially released Production Airflow images. Part of #16555 (cherry picked from commit af0598f)
jhtimmins
pushed a commit
that referenced
this issue
Aug 17, 2021
This is the final step of moving the images used for CI integration to `ghcr.io` from DockerHub. With Publicly available images with self-management provided by GitHub, we can finally move to keep the images "properly" - i.e. each image is separate and tag is only image version. Part of #16555 (cherry picked from commit 3143f1a)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ Docker is going to disable autobuilds for free tiers. We might be exempt from that via ASF, but docker autobuilds never worked well for us for multitude of reasons, so we should likely get rid of them anyway. This means:
airflow-ci
for airflow imageafter the above is completeThe text was updated successfully, but these errors were encountered: