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
fix: add Docker API version negotiation to all client calls (#761)
The Docker SDK bump (v28.0.4 → v28.3.2) changed the default API version
from 1.48 to 1.51, breaking Docker operations on hosts with older daemons.
- Add WithAPIVersionNegotiation() to all 8 Docker client creation sites
- Remove DOCKER_API_VERSION pin from test.yml so CI naturally catches
missing negotiation in future
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments