Skip to content

Releases: jwilder/dockerize

v0.7.0

26 May 22:30
c489c4f
Compare
Choose a tag to compare

e57aa25 (origin/jwilder/distroless, jwilder/distroless) Update version to v0.7.0
bf66c4b Add IDE file to .gitignore
064a9c5 Switch docker images to distroless/static and go 1.20.4
f55ebe3 Merge pull request #164 from fujiwara/close-connections
f112343 Merge pull request #187 from mindaugasrukas/upgrade
ac50287 go get -u github.com/Masterminds/sprig
cdc1d07 go get -u golang.org/x/net
94c73b1 Merge pull request #155 from kaissi/master
22bc6fe Merge branch 'master' into master
aca12cf Merge pull request #172 from johnbuhay/go-mod-tidy
31d9c8a update go.mod go.sum values
37caf42 Merge pull request #165 from ruudk/file-wait
ac28527 Merge pull request #170 from johnbuhay/add-sprig
52996c5 Merge pull request #169 from johnbuhay/modules
dd64edb fix go.mod go.sum values
450b4fd add sprig functions for better templating
2b5aff8 add darwin/arm64 release
11a7c3e correct Makefile for error: cmd/go: unsupported GOOS/GOARCH pair linux/aarch64
746f3e1 update Makefile for go mod
99430d1 update Dockerfile for go mod and maintenance
6f92b85 replace glock with go mod
c1c97dc Speed up waiting on file
5950f8e Close a TCP connection.
6aa347d Read HTTP response body and close it.
bed4278 Fixed #143 - aarch64 support is not correct in the Makefile
9ce2e80 Merge pull request #148 from jmcvetta/update-docker-image
27e257a Merge pull request #149 from sjaek/master
d440ac9 Add ppc64le binaries builds to dist and release
69315a4 update to latest Golang Docker image
f02849f Merge pull request #123 from powerman/add-license
eee7ee9 Merge pull request #131 from 1Conan/patch-1
7fd5980 Fix mkdir path for aarch64
23eed39 Merge pull request #130 from 1Conan/patch-1
ac579a3 Add aarch64 support
e3c230f Create LICENSE
137d5c8 Merge pull request #113 from sychan/master
aecc6fc Lower the retry count to 30
28ad938 Checking for creation of logfile, without CPU spin, but bail if too many errors

v0.6.1

24 Mar 05:00
Compare
Choose a tag to compare

4c86ed7 Fix 100% cpu util when tailing file
0400d2c Fix #100 allowing to tail named pipes
85a884e add build for i386 architecture

v0.6.0

21 Nov 17:57
Compare
Choose a tag to compare

492e1c8 Add file wait option
b16c4dd Don't trap sigquit so that a stack trace can be forced
14524ea Update hpcloud/tail dep

v0.5.0

13 Jun 05:52
Compare
Choose a tag to compare

c49af6b Add for loop support
041ba57 Use multi-stage build
6a43782 Add OSX build
887fccc Update alpine image version
a19676d Make the image usable as a standalone app
5ec5b8d Add installation for Alpine images
c968f13 Added -force flag on README
6c5a23d Avoid generation if the file exists

v0.4.0

04 Apr 05:32
Compare
Choose a tag to compare

0a48b87 Add -wait-retry-interval
3f7d362 Fix failed http wait not waiting
9c137ec fixed http wait variable scope error
e5e60a8 Fix base image instructions
5ce77d2 Add alpine linux support

v0.3.0

01 Dec 23:22
Compare
Choose a tag to compare
v0.3.0

v0.2.0

25 Jan 06:10
Compare
Choose a tag to compare

d5cf86a Fix panic when tailed file does not exist
f69a7c6 Add support for polling. On overlayfs inotify does not function properly this allows for a workaround.

v0.1.0

25 Jan 05:32
Compare
Choose a tag to compare

0ab5bf8 Allow dockerize to wait for network dependencies before starting wrapped command

v0.0.4

27 Oct 21:53
Compare
Choose a tag to compare

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

06 Oct 15:08
Compare
Choose a tag to compare

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