-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update base images to bookworm #17539
Conversation
Bullseye is already in the LTS phase, so we really should upgrade to bookworm here. Signed-off-by: Dirkjan Bussink <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
@@ -1,4 +1,4 @@ | |||
FROM --platform=linux/amd64 golang:1.23.4-bullseye | |||
FROM --platform=linux/amd64 golang:1.23.4-bookworm | |||
|
|||
# Install Vitess build dependencies | |||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ |
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.
etcd
package do not longer exists in bookworm if I am not mistaken. Should be replaced with etcd-client
and etcd-server
This depends on #17552 as well. |
Added to #17552 since MySQL 8.0.40 is no longer published for Debian Bullseye. |
Bullseye is already in the LTS phase, so we really should upgrade to bookworm here.
Checklist