Cloud Native Buildpacks graduated from the CNCF in July 2026, centralizing base image management under platform engineering. This architecture removes image selection from individual service Dockerfiles, allowing vendors like BellSoft to distribute hardened builders. The model establishes the builder as the primary control point for fleet-wide security patching.
- Platform engineering owns the builder, not developers, centralizing base image control.
- Fleet-wide security patches apply automatically via the shared builder configuration.
- BellSoft's hardened Paketo builder demonstrates vendor adoption of this security model.
- Dockerfiles now focus on application logic rather than base image maintenance.