This is a slim Docker image with Python and Pipenv preinstalled. It serves as a base for other Docker images with Python applications.
You can get the image from Docker Hub, where images are built automatically when the base image is updated.
Alternatively, build it from source here.
We have different tags for different base images:
- alpine3.9 (deprecated, not recommended)
- alpine3.13
- bitnami-3.8 (Bitnami Python as base, very up-to-date)
- python-3.8 (python:3.8-slim as base)