Skip to content

procraft/plumbum-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimalistic base image with pre-installed python Plumbum library

This is base docker image to create derived images with stateless python scripts with optional usage of Plumbum library.

During build of derived image all *.py files from build folder are copied to the /root/ folder inside the image and precompiled there.

If you have some-script.py in derived project, then after building image you can run it via:

docker run --rm derived/image some-script.py

Examples of derived images:

Based on python:3.5-alpine image.

About

Base image for dockerized stateless plumbum scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published