You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Developer
committed
fix: base agent image on debian-slim to get mariadb-binlog
Alpine 3.20 ships no *binlog* binary in any of mariadb-client /
mariadb-server-utils / mariadb-server — verified by fetching every
mariadb-* apk and grepping contents. The dynamic lookup added in
5a270f1 was therefore searching for a file that does not exist.
Debian's mariadb-client does include /usr/bin/mariadb-binlog (but
not the mysqlbinlog compat symlink), so base the agent on
debian:12-slim, install mariadb-client, and create the symlink
ourselves. ~150MB vs ~600MB for mysql:8.0 as base, and mariadb-binlog
parses both MariaDB and MySQL binlogs.
0 commit comments