It seems that installing the newer version of docker from forky into the
image kills the host container. From the CI logs:
apt | Selecting previously unselected package docker.io.
apt | Preparing to unpack .../068-docker.io_28.5.2+dfsg3-2_arm64.deb ...
apt | Unpacking docker.io (28.5.2+dfsg3-2) ...
apt | Container debos-1284404756081829775 terminated by signal KILL.
Couldn't start fakemachine: open /tmp/fakemachine-1677503835/result: no such file or directory
Initially discovered in PR #350, where we had to go back to always using trixie as a build container for the moment.
It seems that installing the newer version of docker from forky into the
image kills the host container. From the CI logs:
Initially discovered in PR #350, where we had to go back to always using trixie as a build container for the moment.