Cory Snider
Cory Snider
**- What I did** Support the use of `make install` in packaging scripts, where the $mandir tree might not exist under $DESTDIR. **- How I did it** For portability, create...
**- What I did** - Backported #48058 and #46069 to 23.0 - Bumped the Go toolchain to go1.22.6 **- How I did it** **- How to verify it** **- Description...
- 27.x backport of #48388 **- What I did** Support the use of `make install` in packaging scripts, where the $mandir tree might not exist under $DESTDIR. **- How I...
- 25.0 backport of #48298 NB: The latest version of the man page is up to date for v25. The most recent updates to the man page were to document...
Breaking changes: - The minimum Go version is go1.19 - The result parameter to (*Locker).Unlock() has been dropped. Instead the application will crash with the same fatal run-time error as...
**- What I did** - Fixed #50089 **- How I did it** The flaky TestNetworkDBCRUDTableEntries only waits long enough for a handful of gossip cycles to execute before it asserts...
- Split from #50081 **- What I did** I refactored the encryption related code in the overlay driver to simplify the implementation, making it easier to understand and work on...
### Description ``` === Failed === FAIL: github.com/docker/docker/libnetwork/networkdb TestNetworkDBCRUDTableEntries (8.20s) networkdb_test.go:315: Entry existence verification test failed for node2(ccbf4238b23d) ``` My improvements to NetworkDB have not been sufficient to squash all...
- For #49908 **- What I did** I fixed a pile of subtle issues in the overlay network driver while also refactoring it to get rid of unneeded complexity. Some...
- Split from #50081 - Stacked on top of #50091 - For #49908 **- What I did** The overlay network driver's peer database is responsible for configuring the data plane...