Releases: markriggins/dockerfy
Releases · markriggins/dockerfy
Iteration for templates and concat(), and getenv() funcs
More conservative argument trimming policy. Dockerfy trims only its own args
0.2.6 More conservative argument trimming policy. Dockerfy trims only its …
Add --debug flag. Trim whitespace on all args. Fix --run command bug
Add --debug flag, and make --verbose less verbose about debug info
Trim whitespace on all arguments (due to docker-compose.yml oddities)
Upgrade test/docker-compose.yml to version 2 format
Fix bug, primary command was running after a --run command failed.
Better solution to exit_code problem without breaking zombie reaping
Fix exit codes. Get reaper to work again. Wait for --run commands properly.
Beef up zombie_maker, so it becomes its own process group leader, closes stdin, stdout, stderr
Correct zombie reaping tests
Run more tests in the foreground (not as docker run -d) so they will less sensitive to timing issues
Bug fixes: close the sigs channel, finish --run commands before we start tailing the log files of the primary service (which isn't even running yet).
Bug fix -- exit with failure if the primary command fails
Exit with the same exit code as the primary command
If --run commands fail, the exit with the failed exit code, and DO NOT RUN THE PRIMARY COMMAND
if any --start service fails, then KILL THE OTHERS, and exit.
0.2.2
Allow {{.Env.VAR}} substitutions in --secrets-files names