Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 361 Bytes

Python base images

Base images from UBI or CentOS Stream with Python

Build example - UBI9 with Python 3.9:

make ubi9-py39 RELEASE=dev DATE=20230101

Build example - CentOS Stream 9 with Python 3.9:

make c9s-py39 RELEASE=dev DATE=20230101

Build example - UBI8 with Python 3.8:

make ubi8-py38 RELEASE=dev DATE=20230101