google / gvisor-containerd-shim

containerd shim for gVisor
https://gvisor.dev
Apache License 2.0
79 stars 30 forks source link

Updated e2e tests on travis #53

Closed ianlewis closed 4 years ago

ianlewis commented 4 years ago
ianlewis commented 4 years ago

Getting errors because containerd now depends on libseccomp 2.4

containerd: symbol lookup error: containerd: undefined symbol: seccomp_api_set

https://github.com/containerd/containerd/issues/4008

ianlewis commented 4 years ago

Had more issues with the cri grpc port already being open for containerd 1.1. That took entirely too long to fix. Should be cleared up now though.