Skip to content

Add tini to toolbox Linux image#64

Merged
antoninbas merged 1 commit intoantrea-io:mainfrom
antoninbas:add-tini-to-toolbox-linux-image
Feb 4, 2026
Merged

Add tini to toolbox Linux image#64
antoninbas merged 1 commit intoantrea-io:mainfrom
antoninbas:add-tini-to-toolbox-linux-image

Conversation

@antoninbas
Copy link
Collaborator

See https://github.com/krallin/tini
tini is very lightweight and can act as entrypoint (PID 1) to ensure that default signal handlers work for any application. For example, it ensures that Pods can exit gracefully when running a netcat server instead of the default pause. To use in K8s, set cmd to ["tiny", "--"] and args to the program you want to run, e.g., ["nc", "-l", "80", "-k"].

Toolbox version is bumped to 1.7

See https://github.com/krallin/tini
tini is very lightweight and can act as entrypoint (PID 1) to ensure
that default signal handlers work for any application. For example,
it ensures that Pods can exit gracefully when running a netcat server
instead of the default pause. To use in K8s, set cmd to `["tiny", "--"]`
and args to the program you want to run, e.g., `["nc", "-l", "80", "-k"]`.

Toolbox version is bumped to 1.7

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
@antoninbas antoninbas merged commit e5da11e into antrea-io:main Feb 4, 2026
5 checks passed
@antoninbas antoninbas deleted the add-tini-to-toolbox-linux-image branch February 4, 2026 00:10
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.

1 participant

Comments