Currently, each image comes with Python version that is essentially the default version for the base image (e.g. 3.12 for Ubuntu 24.04). Rather it would be ideal if we can provide multiple images with explicit Python version as part of the tag, offering users with clear knowledge of which Python comes pre-installed and even potentially offering multiple versions of the same image differing in the Python version.
This would be particularly useful and important when we want to evaluate a new version of Python while maintaining images with an older Python version to preserve currently working development environments and container execution.