containerd/pkg
Filipe Brandenburger 01d77d44f5 Update github.com/opencontainers/runtime-tools to v0.6.0
Also add new dependencies on github.com/xeipuuv/gojson* (brought up by
new runtime-tools) and adapt the containerd/cri code to replace the APIs
that were removed by runtime-tools.

In particular, add new helpers to handle the capabilities, since
runtime-tools now split them into separate sets of functions for each
capability set.

Replace g.Spec() with g.Config since g.Spec() has been deprecated in the
runtime-tools API.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
2018-06-20 13:52:50 -07:00
..
annotations Address comments for privileged runtime code. 2018-03-23 02:17:46 +00:00
api/v1 Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
atomic Use containerd grpc server 2018-01-18 18:51:18 +00:00
client Fix ctr cri timeout. 2018-06-05 01:24:28 +00:00
config Add max_container_log_size 2018-06-14 14:24:17 -07:00
constants Use direct function call. 2018-03-13 04:51:19 +00:00
containerd Fix empty volume ownership. 2018-06-11 08:40:35 +00:00
ioutil Add max_container_log_size 2018-06-14 14:24:17 -07:00
log Use trace support in containerd. 2018-02-07 19:17:26 +00:00
os os.Unmount: do not consult mountinfo, drop flags 2018-04-30 12:54:10 -07:00
registrar Use github.com/pkg/errors 2018-03-17 02:24:38 +00:00
server Update github.com/opencontainers/runtime-tools to v0.6.0 2018-06-20 13:52:50 -07:00
store os.Unmount: do not consult mountinfo, drop flags 2018-04-30 12:54:10 -07:00
util Use github.com/pkg/errors 2018-03-17 02:24:38 +00:00