tree: b9d38a3b7146010796e98c863b81f8a1e2b8a97b [path history] [tgz]
  1. BASEIMAGE
  2. Dockerfile
  3. README.md
  4. VERSION
test/images/ipc-utils/README.md

ipc-utils

This container will be used to exercise the HostIPC functionality in e2e-node tests.

The version of ipcs shipped in busybox performs operations that get blocked by SELinux on hosts where it is enabled. The version of ipcs in util-linux does not perform those operations, rather it checks whether the /proc files it needs are available and proceeds to read from them directly.

Using ipcs from util-linux makes these tests pass, even when running under SELinux enabled, so let's use them here.