2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Christophe Mehay
f1882dab3c Add set_environment in settings
```yaml
set_environment:
    - ENV_1: echo 'The environment variable ENV_1 will be added with this phrase'
    - ENV_2: head /dev/urandom | base64
    - ENV_3: echo ${ENV_1} and ${ENV_2} are now available here
    - ENV_4: exit 1 || true  # Set like this if you need to ignore error
```
2020-05-30 18:49:13 +02:00
Christophe Mehay
82180f18f9 Add envtobool function in jinja templates 2020-05-24 18:19:11 +02:00
Christophe Mehay
5b0e0c8657 Add support for handling commands matching setup
It's now possible to map setups to specific commands.
It's easier to handle many commands in one container.
2020-05-17 23:24:50 +02:00
Christophe Mehay
1770ac87f6 Update to v0.6.0
- Add new `commands` setting to handle multiple commands
- Deprecate `command` and `subcommands`
- Drop support for python 2
- Handle dependancy and build with Poetry
2020-05-10 23:32:31 +02:00
Christophe Mehay
b14aba8c34 Update readme 2016-12-30 20:34:38 +01:00
Christophe Mehay
c7ee42fdae Update readme 2016-12-08 09:54:28 +01:00
Christophe Mehay
14f8cb649a Fix install dep and add Dockefiles 2016-12-05 23:35:45 +01:00
Christophe Mehay
218a80c690 Add json and yaml modules in Jinja templates 2016-11-30 08:53:54 +01:00
Christophe Mehay
88e5a66507 Add globbing match to reloader config 2016-11-27 02:14:10 +01:00
Christophe Mehay
ea72fac83c Add env variable to diable service 2016-11-23 12:39:30 +01:00
Christophe Mehay
c935e22252 Fix setgid, add env to disable reloader 2016-11-19 17:20:37 +01:00
Christophe Mehay
18026f1aa3 Add reloader 2016-10-02 00:23:10 +02:00
Christophe Mehay
a663b98efb Add globing support for secret env 2016-09-23 02:41:32 +02:00
Christophe Mehay
248ce38c88 Add ENTRYPOINT_PRECONF_COMMAND and ENTRYPOINT_POSTCONF_COMMAND in env configuration 2016-05-12 00:31:26 +02:00
Christophe Mehay
4a56f62f71 Add ENTRYPOINT_DEBUG env config ad fix tests 2016-05-08 18:25:36 +02:00
Christophe Mehay
9a18c3e139 Update doc template 2016-04-30 01:26:13 +02:00
Christophe Mehay
d00705bb36 Add ENTRYPOINT_FORCE environment variable 2016-04-30 00:58:14 +02:00
Christophe Mehay
4711cd8546 Add new format for confg_files setup 2016-04-25 23:23:21 +02:00
Christophe Mehay
69c18e6954 Enable renaming templates 2016-03-27 19:29:53 +02:00
Christophe Mehay
dada1a0dcf Update README 2016-03-21 23:54:00 +01:00
Christophe Mehay
8ca90451f9 Add tests for environ in template 2016-03-21 19:32:00 +01:00
Christophe Mehay
a2f3864e22 Fix errors in readme 2016-03-16 22:18:19 +01:00
Christophe Mehay
fafd263c61 Update README.md 2016-03-14 23:53:02 +01:00
Christophe Mehay
17c613d694 Id is not alway available 2016-03-08 00:38:59 +01:00
Christophe Mehay
99578fd6ec Add ID in container 2016-03-08 00:14:38 +01:00
Christophe Mehay
52a4004724 Update README.md 2016-02-29 14:12:24 +01:00
Christophe Mehay
7735943986 Release v0.1.9 beta 2016-02-23 01:44:04 +01:00
Christophe Mehay
31df5d7327 wip 2015-12-04 14:59:07 +01:00
Christophe Mehay
1e3ec13ee5 Tests in readme 2015-11-11 14:32:50 +01:00
Christophe Mehay
f83b573b8f v2 2015-11-11 14:18:40 +01:00
Christophe Mehay
3f7e3277d7 readme and test dockerfile 2015-08-03 16:37:32 +02:00