Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 455 Bytes

docker-flask

This repository contains a collection of templated Dockerfile for image variants designed to support Flask through the Gunicorn WSGI HTTP server.

Usage

Template Variables

  • PYTHON_VERSION - Python interpreter version
  • VARIANT - Base container image variant

Testing

An example of how to use cibuild to build and test an image:

$ CI=1 VERSION=1.1 PYTHON_VERSION=3.7 VARIANT=alpine \
  ./scripts/cibuild