gvisor/images/basic
Fabricio Voznika 9768009a79 Don't eat error from epoll_ctl EPOLL_CTL_ADD
Docker maps stdin to `/dev/null` which doesn't support epoll. Host FD
was ignoring the error and suceeding the epoll_ctl call from the
container, giving false impressing that epoll would be notified.

This required plumbing failure to all waiter.Waitable.EventRegister
callers and implementers.

Closes #6795

PiperOrigin-RevId: 414797621
2021-12-07 12:36:00 -08:00
..
alpine
busybox
fsstress Add image presubmit tests and mark fsstress x86_64 only. 2021-01-21 15:53:34 -08:00
httpd
integrationtest Don't eat error from epoll_ctl EPOLL_CTL_ADD 2021-12-07 12:36:00 -08:00
mysql Improve multi-arch support. 2020-10-08 10:05:40 -07:00
nginx Standardize all Docker images. 2020-04-24 14:11:42 -07:00
python Standardize all Docker images. 2020-04-24 14:11:42 -07:00
resolv Standardize all Docker images. 2020-04-24 14:11:42 -07:00
ruby
tmpfile
tomcat
ubuntu