macOS
brew install tinilocal Homebrew formula metadata
brew
tini のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install tinilocal Homebrew formula metadata
sudo apk add tiniAlpine Linux edge package indexes · tini · ソース: dl-cdn.alpinelinux.org
sudo dnf install tiniFedora Rawhide package metadata · tini · ソース: dl.fedoraproject.org
nix profile install nixpkgs#tininixpkgs package indexes · pkgs/by-name/ti/tini/package.nix · ソース: api.github.com
sudo zypper install tiniopenSUSE Tumbleweed package metadata · tini · ソース: download.opensuse.org
概要
Tiny but valid init for containers
履歴
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.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
docker-init | cli | グローバル実行可能ファイル | |
tini | cli | グローバル実行可能ファイル | |
tini-static | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/krallin/tini
インストールメタデータ
| パッケージキー | brew:tini |
|---|---|
| バージョン | 0.19.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/tini |
| ホームページ | https://github.com/krallin/tini |
| リポジトリ | https://github.com/krallin/tini |
| 上流ドキュメント | https://github.com/krallin/tini#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/krallin/tini/archive/refs/tags/v0.19.0.tar.gz |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-initソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.