Back to browse
Kheeper, a registry designed for bootable images

Kheeper, a registry designed for bootable images

by areed·May 11, 2026·2 points·0 comments

AI Analysis

●●SolidShip ItNiche Gem

Purpose-built registry for bootc that handles bare-metal provisioning where legacy OCI fails.

Strengths
  • Solves the 'three pipelines' problem by unifying app, config, and OS into one deploy unit.
  • Adds per-host encryption and self-updating fleet capabilities directly to the registry layer.
Weaknesses
  • Heavily dependent on bootc adoption, which is still an emerging standard compared to Docker.
  • Competes with established enterprise registries (Harbor, Quay) that could add similar features.
Target Audience

DevOps engineers managing immutable infrastructure fleets

Similar To

Harbor · Quay · GitHub Container Registry

Post Description

The folks behind bootc have been doing some amazing work. I haven't been this excited for dev-ops since 2015 when Kubernetes was taking off. You can push bootc images to any OCI registry but there is still some toil involved in getting those images booted on a cloud VM or bare metal server and also in injecting the host configuration. I built a new registry in Go designed to smooth out those rough edges and hopefully encourage others to adopt bootc.

Similar Projects