Build Django images dynamically
We recently moved to building logan images dynamically by querying the available versions and creating dynamic pipelines to make sure we build images for the latest patch release for each minor release.
We can use the PyPI API to do something similar for Django via the https://pypi.org/pypi/django/json endpoint. Maybe we could do the same for Python somehow.
Edited by Dr Rich Wareham