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: locate mariadb-binlog dynamically in agent image
apk add succeeded on Alpine 3.20 + mariadb 10.11.18 but
/usr/bin/mariadb-binlog wasn't at that exact path, breaking the
hardcoded `test -x`. Use `command -v` with a `/usr` find fallback so
the symlink target resolves at build time regardless of where the
package lays the binary down, and verify with `mysqlbinlog --version`.
0 commit comments