Skip to content

Files

Latest commit

7a675ae · Jan 28, 2021

History

History

3. Software containers: Dockerize Build Environment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 28, 2021
Jan 28, 2021

Software containers: Dockerize a Python Build Environment

This Dockerfile will create a Docker image that can run, test, and package a python application.

Python versions:

The image will support different versions of python: 2.7 and 3.8. They could be either pre-installed or selected through a PYTHON_VERSION build-time variable.