Releases: jwilder/dockerize
v0.1.0
v0.0.4
d3f197a Update example Dockerfile to work with signals correctly
fade489 Fix timeout when handling signals
1016085 Add stdout template rendering example to README
401d864 Make command optional
3854f2b Allow to be rendered to stdout
efe541f Improve usage documentation
ef8a494 complete template functions' documentation
e77f845 Fix build version compile warning
v0.0.3
d229938 Update tail dependency
4f79876 Fix tail Cleanup
1e45a4b Fix go fmt
4e53efc Provide arm builds
6909d0e Added support for handling signals. If the subprocess does not terminate within 10 seconds of receiving the signal, it will be killed. The program will now exit cleanly on subcommand success (instead of forcing an os.Exit(0).
8cde798 Will now exit with status 0 when sub command finishes, even if tailing logs. Will also exit with the same exit status as sub process. See #4