Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 221 Bytes

A very minimal python3 docker images based on alpine

Build image

make build PYTHON_VERSION=3.6.8 ARCH=amd64

Push image to the registry

make publish PYTHON_VERSION=3.6.8 ARCH=amd64