Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 882 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 882 Bytes

Docker Pipenv

REUSE status

This is a slim Docker image with Python and Pipenv preinstalled. It serves as a base for other Docker images with Python applications.

Usage

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.

Flavours

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)