Skip to content

Commit 2425c40

Browse files
authored
docker: add trixie and rm bullseye from build matrix (#18609)
Signed-off-by: Derek Perkins <[email protected]>
1 parent 39d6c69 commit 2425c40

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/docker_build_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
strategy:
145145
fail-fast: true
146146
matrix:
147-
debian: [ bullseye, bookworm ]
147+
debian: [ bookworm, trixie ]
148148
component: [ vtadmin, vtorc, vtgate, vttablet, mysqlctld, mysqlctl, vtctl, vtctlclient, vtctld, vtctldclient, logrotate, logtail, vtbackup, vtexplain ]
149149

150150
steps:
@@ -246,4 +246,4 @@ jobs:
246246
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
247247
channel: '#docker-build-notifications'
248248
name: 'Docker Build Notification'
249-
icon_url: https://avatars.githubusercontent.com/u/33043890?s=96&v=4
249+
icon_url: https://avatars.githubusercontent.com/u/33043890?s=96&v=4

changelog/23.0/23.0.0/summary.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [CLI Flags](#flags-vttablet)
1919
- [Managed MySQL configuration defaults to caching-sha2-password](#mysql-caching-sha2-password)
2020
- [MySQL timezone environment propagation](#mysql-timezone-env)
21+
- **[Docker](#docker)**
2122

2223
## <a id="major-changes"/>Major Changes</a>
2324

@@ -105,3 +106,9 @@ In future Vitess versions, the `mysql_native_password` authentication plugin wil
105106
Fixed a bug where environment variables like `TZ` were not propagated from mysqlctl to the mysqld process.
106107
As a result, timezone settings from the environment were previously ignored. Now mysqld correctly inherits environment variables.
107108
⚠️ Deployments that relied on the old behavior and explicitly set a non-UTC timezone may see changes in how DATETIME values are interpreted. To preserve compatibility, set `TZ=UTC` explicitly in MySQL pods.
109+
110+
### <a id="docker"/>Docker</a>
111+
112+
[Bullseye went EOL 1 year ago](https://www.debian.org/releases/), so starting from v23, we will no longer build or publish images based on debian:bullseye.
113+
114+
Builds will continue for Debian Bookworm, and add the recently released Debian Trixie. v23 explicitly does not change the default Debian tag to Trixie.

0 commit comments

Comments
 (0)