https://bugzilla.redhat.com/show_bug.cgi?id=1026545
--- Comment #13 from Marek Goldmann mgoldman@redhat.com --- I can confirm this issue. It seems it depends on the image we want to run. Fedora images work good, whereas centos image has issues:
Uploading context 10240 bytes Step 1 : FROM centos ---> 539c0211cd76 Step 2 : RUN yum -y install openssh-server ---> Running in a7fde642db8a /.dockerinit: error while loading shared libraries: libdevmapper.so.1.02: cannot open shared object file: No such file or directory Error build: The command [/bin/sh -c yum -y install openssh-server] returned a non-zero code: 127
I'm not sure if this is a docker-io package issue or the image itself.