Skip to content

Releases: mback2k/docker-systemd-shim

v0.7.2

25 Dec 20:34

Choose a tag to compare

Exit the program regardless of the container being stopped on signal

v0.7.1

17 Dec 21:21

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

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

Choose a tag to compare

Try to build binaries for multiple architectures via travis-ci

v0.3.0

28 Sep 21:17

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

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

Choose a tag to compare

The ticket currently checks every 500ms if the PID still exists.

v0.6.0

04 May 17:17

Choose a tag to compare

Remove obsolete indirect dependencies

v0.5.0

12 Oct 20:19

Choose a tag to compare

Refactor order of check container function to shorten line length

v0.4.0

29 Sep 21:29

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
Move all flag descriptions onto new lines