zulip / docker-zulip

Container configurations, images, and examples for Zulip.
https://zulip.com/
Apache License 2.0
574 stars 238 forks source link

Dockerfile no longer builds on Zulip `main` due to outdated Python #445

Closed sevmonster closed 1 week ago

sevmonster commented 4 months ago

Building Zulip on Ubuntu 20.04LTS (focal) fails when using the main branch, as the latest version of Python available is 3.8. Should it be updated to at least 22.04LTS (jammy) on main here before next Zulip release or in tandem with it?

If the answer is to wait, at least this post should hopefully help anyone also wondering why their bleeding edge build is failing.

timabbott commented 1 week ago

Thanks for the report; we did notice this when preparing the 9.0 release, but it might be nice if we'd had CI for running the main branch of zulip/zulip in Docker to encourage doing those updates more preemtively.