You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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
Running
3.13
(as expected) now returns3.13.1
Expected behavior
docker run -t cimg/python:3.13.0 python --version
should returnPython 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.
The text was updated successfully, but these errors were encountered: