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 Report: Re-support 3.13.0 #260

Open
okkays opened this issue Dec 4, 2024 · 0 comments
Open

Bug Report: Re-support 3.13.0 #260

okkays opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@okkays
Copy link

okkays commented Dec 4, 2024

Describe the bug

The image for 3.13.0 is no longer available with the release of 3.13.1

Our production systems still don't support 3.13.1 - we're hoping to stay on 3.13.0 for a bit until those systems are ready for the update.

To Reproduce

└╼ docker run -t cimg/python:3.13.0 python --version
Unable to find image 'cimg/python:3.13.0' locally
docker: Error response from daemon: manifest for cimg/python:3.13.0 not found: manifest unknown: manifest unknown.
See 'docker run --help'.

Running 3.13 (as expected) now returns 3.13.1

└╼ docker run -t cimg/python:3.13 python --version
Unable to find image 'cimg/python:3.13' locally
3.13: Pulling from cimg/python
a4a2c7a57ed8: Pull complete
08add8a39ea3: Pull complete
70e2139a3a8b: Pull complete
ccf799827602: Pull complete
74c0be46c3d7: Pull complete
cbad6d719f21: Pull complete
f38c2a2b3dd5: Pull complete
4f4fb700ef54: Pull complete
8372ba5e4974: Pull complete
4bc9b1f96278: Pull complete
41e090dc1ce8: Pull complete
570077ec471f: Pull complete
Digest: sha256:87b243ae80d154db75ce5e58af16c72c5dd4b1e23e5c7264a816e85e0c440c13
Status: Downloaded newer image for cimg/python:3.13
Python 3.13.1

Expected behavior

docker run -t cimg/python:3.13.0 python --version should return Python 3.13.0

Workarounds

Not aware of any.

Screenshots and Build Links

(See above)

Additional context

We are relying on cloudfoundry buildpacks for production, which are locked to a specific minor version. We update manually to avoid regressions.

@okkays okkays added the bug Something isn't working label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant