full diff: https://github.com/opencontainers/runc/compare/v1.0.0-rc8...f4982d86f7fde0b6f953cc62ccc4022c519a10a9 possibly relevant changes included: - opencontainers/runc#2074 Update dependency libseccomp-golang - fixes https://nvd.nist.gov/vuln/detail/CVE-2017-18367 - opencontainers/runc#2065 Fix cgroup hugetlb size prefix for kB - opencontainers/runc#2042 libcontainer: intelrdt: add missing destroy handler in defer func - opencontainers/runc#2042 main: not reopen /dev/stderr - opencontainers/runc#2038 `r.destroy` can defer exec in `runner.run` method - opencontainers/runc#2035 specconv: always set "type: bind" in case of MS_BIND - opencontainers/runc#2035 Move systemd.Manager initialization into a function in that module - opencontainers/runc#2034 Support for logging from children processes Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
27 lines
1.2 KiB
Plaintext
27 lines
1.2 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 29686dbc5559d93fb1ef402eeda3e35c38d75af4
|
|
# Core libcontainer functionality.
|
|
github.com/checkpoint-restore/go-criu v3.11
|
|
github.com/mrunalp/fileutils ed869b029674c0e9ce4c0dfa781405c2d9946d08
|
|
github.com/opencontainers/selinux v1.2.2
|
|
github.com/seccomp/libseccomp-golang v0.9.1
|
|
github.com/sirupsen/logrus 8bdbc7bcc01dcbb8ec23dc8a28e332258d25251f
|
|
github.com/syndtr/gocapability db04d3cc01c8b54962a58ec7e491717d06cfcc16
|
|
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 18c9bb3261723cd5401db4d0c9fbc5c3b6c70fe8
|
|
# Command-line interface.
|
|
github.com/cyphar/filepath-securejoin v0.2.1
|
|
github.com/docker/go-units v0.2.0
|
|
github.com/urfave/cli d53eb991652b1d438abdd34ce4bfa3ef1539108e
|
|
golang.org/x/sys 41f3e6584952bb034a481797859f6ab34b6803bd https://github.com/golang/sys
|
|
|
|
# console dependencies
|
|
github.com/containerd/console 2748ece16665b45a47f884001d5831ec79703880
|
|
github.com/pkg/errors v0.8.0
|