lima-vm / alpine-lima

Create an alpine based image for lima
Apache License 2.0
40 stars 26 forks source link

We need tini-static for `nerdctl run --init` #111

Closed jandubois closed 1 year ago

jandubois commented 1 year ago

The regular tini binary is linked against musl, so won't work in non-Alpine containers.

lima-std:~# ldd /sbin/tini
    /lib/ld-musl-x86_64.so.1 (0x7f32fea7c000)
    libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f32fea7c000)