Skip to content

Devcontainer no longer builds after recent base image change #42414

@tsaarni

Description

@tsaarni

The Devcontainer fails to build and start after recent changes.

It seems likely that this regression is related to #39679 which (due to other recent DRY refactoring #42060), switched also the devcontainer base image from Ubuntu to Debian.

I’m observing the following issues:

  • apt install failure: libpython2.7 package is no longer available. fixed by devcontainer: fix dev container #42405
  • Cannot assign the group for the user: the pcap group does not exist.
  • Mapping the container user to the host uid/gid no longer works, causing the workspace to be non-writable.
  • clangd does not find std library headers anymore.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions