Skip to content

Images on quay.io can't run #127

@jsafrane

Description

@jsafrane
$ 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions