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
Don't PublishAllPorts AND specify the same IP bindings, else we get "address already in use" reliably on docker v28 (#776)
* Update docker client v26.1.5 -> v28.1.1
* Set a deterministic network interface name, and ensure we're the default gateway
These options were introduced in v28. They are ignored by older Docker
client versions.
* Update go from `1.22` -> `1.23`
This was required as of moby v28: moby/moby#49541
* Update types to new names/locations for docker v28
* Downgrade docker to work with more installations:
* Reapply v28.0.4 since we need priority?
* Remove needless config; this will break homerunner
* Include alias again for fed tests
---------
Co-authored-by: Kegan Dougal <[email protected]>
0 commit comments