-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Description
$ docker run -ti quay.io/k8scsi/mock-driver:canary
standard_init_linux.go:190: exec user process caused "no such file or directory"
The reason is that mock binary inside the container can't be dynamically linked:
$ docker run -ti --entrypoint /bin/sh quay.io/k8scsi/mock-driver:canary
(inside the container)# ldd mock
/lib64/ld-linux-x86-64.so.2 (0x7fa22001d000)
libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7fa22001d000)
libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7fa22001d000)
(inside the container)# ls /lib64/ld-linux-x86-64.so.2
ls: /lib64/ld-linux-x86-64.so.2: No such file or directory
I've no clue how the image was built, perhaps some hiccup on travis.
Metadata
Metadata
Assignees
Labels
No labels