Debian based image for building python 3 applications
10K+
Debian based image for building documents using Python. This includes GNU make.
The latest Docker image can be found on Docker Hub, here.
The latest build uses Python 3.7.3. The Git tag is v1.0.1.
docker build --compress --rm --tag frankhjung/python:latest --tag frankhjung/python:3.7.3 --label=v1.0.1 .
docker login
docker push frankhjung/python:3.7.3
docker run frankhjung/python:latest
Latest version:
$ docker run frankhjung/python:latest
Python 3.7.3
The way I build and maintain my Docker images is as follows:
Content type
Image
Digest
sha256:cff1fe60a…
Size
484.8 MB
Last updated
3 months ago
docker pull frankhjung/python