containerd/runtime/v2/shim
Michael Crosby 649f2aac66 add -v to shim binaries
Request came from a slack message that shims do not output their versions making
it hard for users and operators to know what version of a shim they have on the
system.  This adds a `-v` flag to the shims so that users can see if a shim is
in sync with containerd or what versions of shims that they are running.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-03-17 13:23:06 -04:00
..
publisher.go fix dial error when clean up a dead shim 2020-03-12 10:57:55 +08:00
shim_darwin.go Abstract to SocketAddress 2018-07-27 12:39:53 -04:00
shim_freebsd.go Fix freebsd build 2018-12-16 14:27:42 +00:00
shim_linux.go Abstract to SocketAddress 2018-07-27 12:39:53 -04:00
shim_test.go Forward containerd debug to shim invocation 2018-09-27 07:46:01 -07:00
shim_unix.go Unifi reaper logic into package 2019-08-16 13:55:05 +00:00
shim_windows.go Completely remove Windows v2 in-tree shim 2019-08-05 16:49:56 -07:00
shim.go add -v to shim binaries 2020-03-17 13:23:06 -04:00
util_unix.go Unify dialer implementations 2020-02-26 23:29:04 +02:00
util_windows.go fail on file not found for shim reconnect on containerd restart 2019-09-17 14:49:29 -07:00
util.go Pass ttrpc address to shim via env 2019-08-22 20:37:49 +00:00