pkg.root.io) provides continuously patched versions of operating system packages for Debian, Ubuntu, and Alpine Linux. It closes the security gap between your hardened base image and the additional OS packages you install during Docker builds via apt-get or apk.
Even when using a Root Image Catalog (RIC) base image with zero CVEs, installing additional OS packages like curl, git, openssl, or libcurl can reintroduce vulnerabilities. The OS Package Registry eliminates this risk by serving Root-patched versions of those packages.
How It Works
- You configure
pkg.root.ioas an additional package repository in your Dockerfile. - You install packages using the
rootio-prefix (e.g.,rootio-curlinstead ofcurl). - Root serves the patched version if available; if not, you fall back to the upstream package automatically.
- Root discovers which packages your organization uses through install requests and monitors them under your SLA.
Supported Distros & Package Managers
| OS | Package Manager | Registry URL | Supported Versions |
|---|---|---|---|
| Debian | APT | pkg.root.io/debian/<codename> | bullseye, bookworm, trixie |
| Ubuntu | APT | pkg.root.io/ubuntu/<codename> | focal, jammy, mantic, noble, oracular |
| Alpine Linux | APK | pkg.root.io/alpine/<version> | 3.18–3.22 |
Combining with RIC and RLC
The OS Package Registry is designed to work alongside Root’s other products for complete stack coverage:| Layer | Product | What it secures |
|---|---|---|
| Base image | Root Image Catalog (RIC) | Container base images from cr.root.io |
| OS packages | OS Package Registry | Packages installed via apt-get / apk from pkg.root.io |
| App dependencies | Root Library Catalog (RLC) | Python, JavaScript, and Java libraries from pkg.root.io |
Subscribing to OS Packages
Root tracks packages your organization installs throughpkg.root.io. To manage your subscribed OS packages:
- Navigate to My Library in app.root.io.
- Filter by the OS Packages ecosystem.
- View discovered packages, their vulnerability status, and whether a Root-patched version is available.