Files
docker-cli/components/engine/integration-cli
Kir Kolyshkin c53f4217c9 TestRunSeccompProfileAllow32Bit: fix
Since the update to Debian Stretch, this test fails. The reason is dynamic
binary, which requires i386 ld.so for loading (and apparently it is no longer
installed by default):

> root@09d4b173c3dc:/go/src/github.com/docker/docker# file exit32-test
> exit32-test: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=a0d3d6cb59788453b983f65f8dc6ac52920147b6, stripped
> root@09d4b173c3dc:/go/src/github.com/docker/docker# ls -l /lib/ld-linux.so.2
> ls: cannot access '/lib/ld-linux.so.2': No such file or directory

To fix, just add -static.

Interestingly, ldd can'f figure it out.

> root@a324f8edfcaa:/go/src/github.com/docker/docker# ldd exit32-test
>	not a dynamic executable

Other tools (e.g. objdump) also show it's a dynamic binary.

While at it, remove the extra "id" argument (a copy-paste error I
guess).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Upstream-commit: 771256b305c8c06fca5eb1d041b60fbe093c0e1b
Component: engine
2017-09-17 22:04:31 -07:00
..
2017-08-30 13:13:18 -04:00
2017-08-30 13:13:18 -04:00
2017-08-30 13:13:18 -04:00
2017-08-22 17:15:26 -04:00
2017-08-25 12:07:30 -04:00
2017-07-03 13:13:09 -07:00
2017-08-25 12:07:30 -04:00
2017-09-06 17:32:56 -04:00
2017-08-30 13:13:18 -04:00
2017-07-31 13:16:46 -07:00
2017-08-30 13:13:18 -04:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00