Skip to content

Releases: mback2k/docker-systemd-shim

v0.7.2

25 Dec 20:34
Compare
Choose a tag to compare
Exit the program regardless of the container being stopped on signal

v0.7.1

17 Dec 21:21
Compare
Choose a tag to compare
Fix signal handling to include SIGINT

v0.7.0: Update cgroups and systemd modules due to cgroup path changes

12 Dec 21:25
Compare
Choose a tag to compare
Newer versions of docker, containerd and systemd work better together,
but it seems like some cgroup paths and the cgroup structure has been
changed a little. The updated modules fix the compatibility with this.

v0.6.1

10 Jul 17:54
Compare
Choose a tag to compare
Try to build binaries for multiple architectures via travis-ci

v0.3.0

28 Sep 21:17
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
Move log prefix from each logging call to constant string

v0.2.0

16 Sep 19:08
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Add an example of a systemd.service unit file

v0.1.0: Replace waitpid which only works on child processes with ticker

15 Sep 22:38
Compare
Choose a tag to compare
The ticket currently checks every 500ms if the PID still exists.

v0.6.0

04 May 17:17
Compare
Choose a tag to compare
Remove obsolete indirect dependencies

v0.5.0

12 Oct 20:19
Compare
Choose a tag to compare
Refactor order of check container function to shorten line length

v0.4.0

29 Sep 21:29
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
Move all flag descriptions onto new lines