Skip to content

fix(runtime): preserve packaged static tini - #41

Merged
tianyuzhou95 merged 1 commit into
inclusionAI:mainfrom
tianyuzhou95:fix/preserve-static-tini
Aug 26, 2026
Merged

tianyuzhou95 merged 1 commit into
inclusionAI:mainfrom
tianyuzhou95:fix/preserve-static-tini

Conversation

@tianyuzhou95

Copy link
Copy Markdown
Collaborator

Summary

Stop overwriting Ubuntu's packaged static tini binary with the dynamically
linked /usr/bin/tini executable.

Require /usr/bin/tini-static to exist and be executable during the runtime
image build before running the existing version smoke check.

Testing

  • git diff --check
  • Verified the Ubuntu Noble tini package provides an executable, statically
    linked /usr/bin/tini-static

Stop overwriting Ubuntu's static tini binary with the dynamically
linked variant. Fail the runtime image build when tini-static is not
installed or executable so custom root filesystems do not need to
provide a glibc loader.

Signed-off-by: Tianyu Zhou <albert.zty@antgroup.com>

@hky1999 hky1999 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tianyuzhou95
tianyuzhou95 merged commit 97df21b into inclusionAI:main Aug 26, 2026
8 checks passed
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