-
Notifications
You must be signed in to change notification settings - Fork 509
Open
Description
Hello,
As of recently, I can no longer get devcontainer features test
to work. I pinpointed the issue to an error with docker exec <image>
when the image is based on ubuntu:focal
(20.04).
This happens both on my machine and in GitHub Codespaces so I'm pretty sure it is not just an issue on my machine, as it has worked for me in the past (not more than a month ago).
As for what actually broke it, I am clueless.

In essence, the problem on ubuntu:focal
is this:

Errors alternate between:
- OCI runtime exec failed: exec failed: unable to start container process: procReady not received: unknown
- OCI runtime exec failed: exec failed: unable to start container process: error writing config to pipe: write init-p: broken pipe: unknown
Weirdly, I can't get it to work on ubuntu:noble
either (24.04), but it works fine on ubuntu:jammy
(22.04):

Metadata
Metadata
Assignees
Labels
No labels