phusion/baseimage-docker resource
A minimal Ubuntu base image modified for Docker-friendliness observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 4677
- days_rel: 11
- days_push: 11
- n_releases_24m: 16
Adoption not part of the score
9096 stars · 1072 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A minimal Ubuntu-based Docker base image modified for correct behavior inside containers, including a proper init process and Docker-friendly administration tools. It serves as a foundation for building custom Docker images without reinventing container-specific system configuration.
Use cases
- build a custom Docker image on a correctly configured Ubuntu base
- run multiple processes in a single Docker container without breaking the one-process philosophy
- avoid corner cases of running Ubuntu's init system inside containers
- reduce Dockerfile build time and redeploy download size with a shared base image
- get a lightweight base image (8.3 MB RAM) more capable than Busybox or Alpine
When to choose
- you want an Ubuntu-based container base with correct init and system services
- you need to run multiple processes or cron jobs inside one container
- you want to save time writing correct Dockerfiles for Ubuntu images
When to avoid
- you prefer Alpine or distroless images for minimal size and attack surface
- your app fits cleanly into a single-process container with no init needs
- you are not using Docker or a compatible OCI container runtime
Facets
infra-config · maturity active
container-runtime deployment developer-tools self-hosted infrastructure-as-code self-hosted cloud self-hosted docker-base-image ubuntu init-system multi-process dockerfile containers devops docker linux
2 sources
- readme: https://github.com/phusion/baseimage-docker · fetched 2026-08-28 · 066524f41c90
- homepage: http://phusion.github.io/baseimage-docker/ · fetched 2026-08-29 · 8952f393e166
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phusion/baseimage-docker | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="phusion/baseimage-docker")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem