-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
ci: Add Python 3.11 images to Docker Hub #30733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok this only runs on the |
Running here -> https://github.com/apache/superset/actions/runs/11563861551 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in another branch, looks like docker build runs ok on 3.11. Before I merge, @padbk can you pull the image and confirm 1. it's running 3.11 and 2. it's working properly
Thank you for your help @mistercrunch Unfortunately there looks to be a couple of issue here: superset/scripts/build_docker.py Line 152 in 09d3f60
And even though it completed successfully, I cannot see a python 3.11 image on Docker Hub for that commit: |
Realised it actually runs a script in another repo: So made a PR to change that too: 🙏 |
(cherry picked from commit eecb537)
SUMMARY
Closes #30672
The aim of this PR is to add python 3.11 images to Docker Hub.
TESTING INSTRUCTIONS
Is it possible to push this branch to Docker Hub to see if the py311 image is created?