prometheus/busybox

"error while loading shared libraries" error with selinux enabled (on CoreOS)

MikeWillCook opened this issue · 1 comments

With selinux enabled trying to run privileged it appears some lib's (like libdl.so.2) are missing in the container:

# docker run --privileged quay.io/prometheus/busybox:glibc
sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory`

This looks to be related to some preloads (unique to the environment) which the base image doesn't include, so not specifically a problem with the image...