Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

jandubois
Copy link
Member

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)

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)

Signed-off-by: Jan Dubois <jan.dubois@suse.com>
@jandubois jandubois requested a review from a team July 25, 2023 18:29
@jandubois jandubois merged commit 7a76cfb into lima-vm:main Jul 25, 2023
2 checks passed
@jandubois jandubois deleted the tini-static branch July 25, 2023 20:38
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants