Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Premature documentation for Python 3:13 (should be dev-3:13) #1243

Closed
mor10 opened this issue Nov 27, 2024 · 4 comments
Closed

BUG: Premature documentation for Python 3:13 (should be dev-3:13) #1243

mor10 opened this issue Nov 27, 2024 · 4 comments
Assignees

Comments

@mor10
Copy link

mor10 commented Nov 27, 2024

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 image property in .devcontainer/devcontainer.json or updating the FROM statement in your own Dockerfile with one of the following:

  • mcr.microsoft.com/devcontainers/python:3 (latest)
    (...)
  • mcr.microsoft.com/devcontainers/python:3.13 (or 3.13-bookworm, 3.13-bullseye to 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 (or dev-3.13-bookworm, dev-3.13-bullseye to pin to an OS version)
@eljog
Copy link
Member

eljog commented Nov 28, 2024

Thank you for bringing up this issue. We are planning to release the support for 3.13 to latest tag next week.
Going forward we should make sure to merge the doc updates only after the release //cc @gauravsaini04

@cdce8p
Copy link

cdce8p commented Dec 5, 2024

It seems the release yesterday (0.4.9) pinned an old commit from 7 months ago.
https://github.com/devcontainers/images/tree/v0.4.9

@eljog
Copy link
Member

eljog commented Dec 12, 2024

Yes that was a bad release.
@ddoyle2017 is preparing a new release to fix it #1250

@ddoyle2017 ddoyle2017 self-assigned this Dec 17, 2024
@ddoyle2017
Copy link
Contributor

Fixed this issue in release v0.4.10

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

No branches or pull requests

5 participants