-
Notifications
You must be signed in to change notification settings - Fork 55
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
Drop bionic from docker builds and add focal #1181
Conversation
I think Focal is actually on 3.8 by default: https://packages.ubuntu.com/focal/python3 |
Curious chicken/egg problem with CI: it wants to pull the images that you're naming in this PR, but since the PR hasn't yet been merged, the images haven't yet been built. |
I suspect we'll need to somewhat blindly merge, and then submit a dummy follow-up PR to make sure it works. |
Well I could do a manual push and build but there is an issue with the |
This is now unblocked. |
I think ops are keen for us to avoid personally publishing artefacts where possible. |
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.
I don't quite understand why CI is now passing. It manages to download the image docker.io/matrixdotorg/sytest-synapse:focal
, but that shouldn't have been published until this gets merged(?)
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.
Related to #11552, drops bionic from the docker builds which uses EOL python 3.6 and add focal, which uses python 3.9.