Commit 490e9d2
authored
test: specify docker API version 1.41 for structure test (#2861)
This test was failing at head (#2856) with error "Error response from
daemon: client version 1.52 is too new. Maximum supported API version is
1.41" since Dockerfile is pulling 29.0.0. It's likely that the new major
version removed some backward-compatibility logic that allowed the
client to auto downgrade its API version.
The Docker client inside librarian image is too new (1.52) for the
Docker server environment (1.41) provided by Cloud Build, pin the
version for the test.
This change is tested with `gcloud --project=<my-project> builds submit
. --config=cloudbuild-test.yaml` , see success
[log](https://screenshot.googleplex.com/C9yXpqpa4sb9Yax).
Fixes #28601 parent 79e527a commit 490e9d2
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments