-
Notifications
You must be signed in to change notification settings - Fork 886
Description
As per #1221 in https://github.com/devcontainers/images/blob/main/src/python/README.md:
Configuration
You can directly reference pre-built versions of this image by using the
imageproperty in.devcontainer/devcontainer.jsonor updating theFROMstatement in your ownDockerfilewith one of the following:
mcr.microsoft.com/devcontainers/python:3(latest)
(...)mcr.microsoft.com/devcontainers/python:3.13(or3.13-bookworm,3.13-bullseyeto pin to an OS version)
These URIs terminate in 404.
The 3.13 images are not listed here: https://mcr.microsoft.com/v2/devcontainers/python/tags/list
Nor here: https://hub.docker.com/r/microsoft/devcontainers-python
The functioning images have version name dev-3.13 https://github.com/devcontainers/images/blob/main/src/python/history/dev.md#variant-313-bullseye
To avoid people running into these errors and not finding meaningful answers, I recommend either publishing the 3.13 series of images or updating README.md to show:
mcr.microsoft.com/devcontainers/python:dev-3.13(ordev-3.13-bookworm,dev-3.13-bullseyeto pin to an OS version)