Skip to content

Devcontainer.json no longer working because of Debian Trixie release #206

@perktime

Description

@perktime

It appears that mcr.microsoft.com/vscode/devcontainers/python:3.13 in the devcontainer.json file now refers to Debian "Trixie" which was released in August 2025. Because the devcontainer.json file is using the Docker in Docker feature, it fails because Moby packages aren't yet available for Trixie. The workaround was to change the image to "mcr.microsoft.com/vscode/devcontainers/python:3.13-bookworm" after it fails to build the codespace the first time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions