This project is now archived.
Run the python script to generate an html page with the list of the latest OpenShift 4 versions.
See it live at versions.openshift.tips
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtsource .venv/bin/activate
python versions.pyThen, copy the html somewhere to be served by any web server.