-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
chore: update base image to python:3.10.10-slim-bullseye #7876
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
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.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
The container image builds are currently failing when installing @alexrashed do you happen to know how that package can be updated? |
Hi @Mins! |
Thanks for the clarification @alexrashed ! Our organization has a policy of using only container images with updated base OSes, and the minimum required version for Debian was recently bumped up to Bullseye.
Since there is already work planned for the upgrade, I'll be happy to close this PR. Can you kindly let me know if there is a rough timeline for the upgrade? |
Unfortunately, we don't have a timeline for the upgrade yet. We are currently working on finalizing the next major release (see #7882). With v2, the Dockerfiles, and the whole way of building the images will be quite heavily refactored (but it only includes the upgrade to the latest 3.10 python bugfix version, not an upgrade from buster to bullseye). After the release, we'll take a closer look on the next upgrades. |
Sorry I didn't explicitly post an update here earlier. We upgraded to bullseye some time ago with #8344. |
WIP upgrade the base image in Dockerfile to Debian Bullseye