This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Commit a1c2507
authored
chore: fix conformance test failure due to VM's API version mismatch. (#1635)
Conformance tests were failing due to Docker API version mismatch in the
kokoro's VM and docker client.
This PR pins the `DOCKER_API_VERSION` to 1.39
RCA for kokoro failures -
https://screenshot.googleplex.com/4zsxoQ8UxqWnTky.
`Error response from daemon: client version 1.52 is too new. Maximum
supported API version is 1.39`1 parent 9e6fefd commit a1c2507
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments