Releases: powerman/dockerize
Releases · powerman/dockerize
v0.11.2
v0.11.1
v0.11.0
v0.10.0
v0.9.2
v0.9.1
v0.9.0: Refactoring, tests and fixes
- flags: -wait-http-header now support file with header, to make it consistent with -env-header. - flags: Improve help messages and use more strict validation. - template: Fix chmod/chown generated files to match template files. - template: Fix rendering directory with templates to stdout. - tail: Changed to start from current file position (work as `tail -n 0`). - tail: Fixed to ensure it'll open existing files before running command. - tail: Fixed to become more reliable and don't lose lines. - tail: Logged messages mimics `tail` tool. - command: Add forwarding for SIGQUIT, SIGABRT, SIGUSR1, SIGUSR2, SIGALRM. - command: Add forwarding for SIGKILL (Linux only). - command: Don't send SIGKILL in 10s after forwarding HUP/INT/TERM. - command: Minimize possible conflict with dockerize exit code by using code 123 instead of 1 when dockerize itself has failed. - Improve logging to make it more consistent. - Huge refactoring to make code testable, simpler and easier to maintain. - Add two hundred tests to check basic functionality. - A lot of other minor cleanup and improvements.