Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.22 KB

File metadata and controls

28 lines (20 loc) · 1.22 KB

docker-portable-envtpl-buildimage

Status (master branch)

Drone CI DockerHub License Maturity Maintenance

What is it ?

A docker image to build a kind of static and portable envtpl "binary" made with pyinstaller.

Usage

docker run --rm metwork/portable-envtpl-buildimage >portable_envtpl.tar.gz
zcat portable_envtpl.tar.gz |tar xvf -
cd portable_envtpl
./envtpl --help

Usage with an alternate envtpl source

docker run --rm -e ENVTPL_SOURCE=git+https://github.com/andreasjansson/envtpl metwork/portable-envtpl-buildimage >alternate_portable_envtpl.tar.gz