It's a Python 3 image based on Alpine Linux with proper PostgreSQL support.
10K+
A python3 alpine image with psycopg2 support for docker. Especially useful for making slim django applications with postgresql back-end.
You may want to install pillow here, use apk update && apk add py3-pillow.
Docerfile:3.5, latest with python 3.5.x and psycopg2 2.6.x (Dockerfie)3.6, edge with python 3.6.x and psycopg2 2.7.x (Dockerfie)I tried python-alpine 3.5 and 3.6 but getting support for python libraries in alpine image is a bit tricky. So I made this image based on alpine:3.5 to get official support for python3 and psycopg2 library from alpine. It is working fine and smaller than even official python 3.5 image in compressed form. It is a good image to start a Django project.
Content type
Image
Digest
Size
19.9 MB
Last updated
over 8 years ago
docker pull uroybd/python3-psycopg2-alpine