8000
Skip to content

Fix invalid Python dev container image tag#180

Open
swankystark wants to merge 2 commits intogoogle-deepmind:mainfrom
swankystark:fix-devcontainer-python-tag
Open

Fix invalid Python dev container image tag#180
swankystark wants to merge 2 commits intogoogle-deepmind:mainfrom
swankystark:fix-devcontainer-python-tag

Conversation

@swankystark
Copy link
Copy Markdown

Description

This PR fixes the invalid Python dev container image tag that was preventing the repository from being opened in a dev container.

Problem

The current dev container configuration uses an invalid image tag mcr.microsoft.com/devcontainers/python:0-3.12 that doesn't exist in Microsoft's container registry. The 0- prefix versions only support up to Python 3.11.

Solution

Updated the image tag to mcr.microsoft.com/devcontainers/python:1-3.12, which is the correct valid tag for Python 3.12 with version 1 of the dev container images.

Changes

  • Changed .devcontainer/devcontainer.json image from 0-3.12 to 1-3.12

Verification

Verified against the official Microsoft dev container registry that:

swankystark and others added 2 commits December 10, 2025 11:46
- Changed image tag from 0-3.12 to 1-3.12
- The 0-3.12 tag does not exist in Microsoft's dev container registry
- Version 1 with Python 3.12 (1-3.12) is the correct valid tag

Fixes google-deepmind#178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix invalid Python dev container image tag

1 participant

0