Once it starts it runs fine. This happens for both my el6 and el7 (Oracle Linux) builds. I tried checking the commands it runs and running them standalone and they run fine.
Not sure where to start looking from here? Anyone point me in the right direction?
Further notes on this… interesting I just installed F29 for an unrelated project and it works fine and rpm works fine. It’s only the Oracle linux rpm having a problem. Starting to wonder if it’s a command in the Dockerfile or OL specific package.
Seems OL6/7 and CentOS6 have the same problem. RPM stalls for a long time applying the %post.
i symlink ldconfig as /usr/bin/true and no help.
strace on pid 62 gives looping of fcntl( xxxxx) = -1 EBADF (Bad file descriptor)
but the same image works fine at another server.