Open
Bug 1816198
Opened 2 years ago
Updated 1 year ago
python tests broken after docker upgrade to version 23: "open /home/circleci/.docker/buildx/instances/default: no such file or directory" after "WARNING: Error loading config file: .dockercfg: $HOME is not defined"
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: aryx, Assigned: aryx)
Details
Attachments
(1 obsolete file)
pyython tests are broken in CI. Docker v23 got released and the docker version is not pinned. Building the backend image for python testing fails with "open /home/circleci/.docker/buildx/instances/default: no such file or directory" after "WARNING: Error loading config file: .dockercfg: $HOME is not defined".
Before this 20.10.22 got used but pinning that fails to find the download (server returns error 404) but the file can be downloaded from here.
Let's pin the docker version which is installed by default (19.03.13) to unblock python testing.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•1 year ago
|
Attachment #9383048 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•