Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 458 Bytes

File metadata and controls

25 lines (16 loc) · 458 Bytes

This project is now archived.

openshift-versions

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

Install

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

source .venv/bin/activate
python versions.py

Then, copy the html somewhere to be served by any web server.