Skip to content

Latest commit

 

History

History

base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Python base image

Base image from CentOS Stream 9 with Python 3.9 or Python 3.11.

It comes with a set of base OS packages and libraries, and a properly configured environment for child images.

As many updates and installations are made, this is a flattened image using multistage to minimize its size.

Make

  • Building and verifying the images:
make all RELEASE=dev DATE=20230910
  • Building an image:
make c9s-py39 RELEASE=dev DATE=20230910
  • Verifying an image:
make validate-py39 RELEASE=dev DATE=20230910