https://github.com/metwork-framework/docker-portable-envtpl-buildimage
a docker image to build a static envtpl "binary" made with pyinstaller
https://github.com/metwork-framework/docker-portable-envtpl-buildimage
docker-image envtpl github-actions integration-level-3 pyinstaller
Last synced: 4 months ago
JSON representation
a docker image to build a static envtpl "binary" made with pyinstaller
- Host: GitHub
- URL: https://github.com/metwork-framework/docker-portable-envtpl-buildimage
- Owner: metwork-framework
- License: bsd-3-clause
- Created: 2017-06-21T10:49:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T12:43:07.000Z (about 3 years ago)
- Last Synced: 2025-01-09T14:57:30.039Z (6 months ago)
- Topics: docker-image, envtpl, github-actions, integration-level-3, pyinstaller
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# docker-portable-envtpl-buildimage
## Status (master branch)
[](http://metwork-framework.org:8000/metwork-framework/docker-portable-envtpl-buildimage)
[](https://hub.docker.com/r/metwork/portable-envtpl-buildimage/)
[]()
[]()
[]()## What is it ?
A docker image to build a kind of static and portable [envtpl](https://github.com/metwork-framework/envtpl) "binary" made with pyinstaller.
## Usage
```bash
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
```bash
docker run --rm -e ENVTPL_SOURCE=git+https://github.com/andreasjansson/envtpl metwork/portable-envtpl-buildimage >alternate_portable_envtpl.tar.gz
```