macOS
brew install tinilocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für tini in AI-Agent-Workflows.
Installation
brew install tinilocal Homebrew formula metadata
sudo apk add tiniAlpine Linux edge package indexes · tini · Quelle: dl-cdn.alpinelinux.org
sudo apt install tiniDebian stable package indexes · tini · Quelle: deb.debian.org
sudo dnf install tiniFedora Rawhide package metadata · tini · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#tininixpkgs package indexes · pkgs/by-name/ti/tini/package.nix · Quelle: api.github.com
sudo zypper install tiniopenSUSE Tumbleweed package metadata · tini · Quelle: download.opensuse.org
Überblick
Tiny but valid init for containers
Verlauf
Tini is a small init process for containers. It became widely known because it solves the PID 1 problem in Docker-style containers: reaping zombie processes and forwarding signals while staying transparent to the application.
Tini's README defines the project in intentionally minimal terms: it spawns one child process, waits for it to exit, reaps zombies, and forwards signals. That narrow scope is the project's identity; it is not a process supervisor, service manager, or orchestration layer.
The first visible tag in the official repository is v0.1.0 in 2015, and the release stream continued through v0.19.0 in 2020. Over that period the README grew into a container-packaging guide: download a signed binary, verify checksums, add it as an ENTRYPOINT, or install it from a distribution package.
Tini's adoption story is unusually strong for a tiny utility because Docker incorporated it. The README states that Docker 1.13 and later include Tini and enable it with docker run --init; Docker's own prior release notes describe the --init flag as using Tini as a zombie-reaping PID 1.
The README also documents Alpine Linux, NixOS, Debian, and Arch packaging, plus prebuilt Docker images. The supplied package-manager facts add Homebrew, Fedora/dnf, Ubuntu, and zypper, showing that package managers treat Tini as a standalone utility even after Docker embedded it.
The common manual use is to install a Tini binary into a container image and set ENTRYPOINT to run Tini before the real application. Tini then handles signal forwarding and child reaping, preserving application behavior while making container shutdown and cleanup more predictable.
Operators can also use options for subreaping when Tini is not PID 1, exit-code remapping for cases such as SIGTERM exit 143, and process-group killing for shell wrappers or child process trees.
Tini is package-nerd catnip because it is almost the smallest possible program that became infrastructure. It turned a subtle Linux/container semantic problem into a single binary that distros, Docker images, and Docker itself could depend on.
Its packaging story also shows how a tool can move from GitHub release asset, to distro package, to embedded runtime component, while still remaining useful as an explicit package for users outside Docker's default path.
Sicherheitslage
infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
docker-init | cli | globales Executable | |
tini | cli | globales Executable | |
tini-static | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/krallin/tini
Installationsmetadaten
| Paketschlüssel | brew:tini |
|---|---|
| Version | 0.19.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/tini |
| Homepage | https://github.com/krallin/tini |
| Repository | https://github.com/krallin/tini |
| Upstream-Dokumentation | https://github.com/krallin/tini#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/krallin/tini/archive/refs/tags/v0.19.0.tar.gz |
| Build-Abhängigkeiten | cmake |
| Bottle | verfügbar (auf arm64_linux, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tini |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
tini 0.19.0-3+b7
tiny but valid init for containers
https://github.com/krallin/tini
sudo apt install tinitini
nix profile install nixpkgs#tinitini 0.19.0-1
tiny but valid init for containers
https://github.com/krallin/tini
sudo apt install tinitini 0.19.0-r3
A tiny but valid init for containers
https://github.com/krallin/tini
sudo apk add tinitini-static 0.19.0-r3
Static build of tini
https://github.com/krallin/tini
sudo apk add tini-statictini 0.19.0-12.fc44
A tiny but valid init for containers
https://github.com/krallin/tini
sudo dnf install tinitini-static 0.19.0-12.fc44
Standalone static build of tini
https://github.com/krallin/tini
sudo dnf install tini-statictini 0.19.0-3.3
A tiny but valid init for containers
https://github.com/krallin/tini
sudo zypper install tinitini-static 0.19.0-3.3
A tiny but valid init for containers, with libc linked statically
https://github.com/krallin/tini
sudo zypper install tini-staticdocker-init
nix profile install nixpkgs#docker-initQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.