This vendors from the docker org: - containerd to 6e23458c129b551d5c9871e5174f6b1b7f6d1170 - runc to 810190ceaa507aa2727d7ae6f4790c76ec150bd2 - runtime-spec to a45ba0989fc26c695fe166a49c45bb8b7618ab36 This fixes two issues: - if the container is paused, it now responds properly to SIGKILL - on buggy kernels such as RHEL7.2, a int64->uint64 conversion bug prevented containers to start when memory cgroup was specified. Signed-off-by: Tibor Vass <tibor@docker.com>
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
# OCI runtime-spec. When updating this, make sure you use a version tag rather
|
|
# than a commit ID so it's much more obvious what version of the spec we are
|
|
# using.
|
|
github.com/opencontainers/runtime-spec a45ba0989fc26c695fe166a49c45bb8b7618ab36 https://github.com/docker/runtime-spec
|
|
# Core libcontainer functionality.
|
|
github.com/mrunalp/fileutils ed869b029674c0e9ce4c0dfa781405c2d9946d08
|
|
github.com/opencontainers/selinux v1.0.0-rc1
|
|
github.com/seccomp/libseccomp-golang 32f571b70023028bd57d9288c20efbcb237f3ce0
|
|
github.com/Sirupsen/logrus 26709e2714106fb8ad40b773b711ebce25b78914
|
|
github.com/syndtr/gocapability e7cb7fa329f456b3855136a2642b197bad7366ba
|
|
github.com/vishvananda/netlink 1e2e08e8a2dcdacaae3f14ac44c5cfa31361f270
|
|
# systemd integration.
|
|
github.com/coreos/go-systemd v14
|
|
github.com/coreos/pkg v3
|
|
github.com/godbus/dbus v3
|
|
github.com/golang/protobuf f7137ae6b19afbfd61a94b746fda3b3fe0491874
|
|
# Command-line interface.
|
|
github.com/docker/docker 0f5c9d301b9b1cca66b3ea0f9dec3b5317d3686d
|
|
github.com/docker/go-units v0.2.0
|
|
github.com/urfave/cli d53eb991652b1d438abdd34ce4bfa3ef1539108e
|
|
golang.org/x/sys 9a7256cb28ed514b4e1e5f68959914c4c28a92e0 https://github.com/golang/sys
|