Shipwright: Building Container Images on Kubernetes cover

Technology · Ebook

Shipwright: Building Container Images on Kubernetes

by Shriira Press

4.6(204)144 pagesPublished 2026

Shipwright is a CNCF Sandbox framework that turns container image building into a first-class, declarative Kubernetes workload. Instead of running docker build on a laptop, you describe what to build, where to publish it, and which tool should do the work, and the cluster handles the rest. This book walks the whole system: the build problem on Kubernetes, the four resources at the heart of its API (Build, BuildRun, BuildStrategy, and ClusterBuildStrategy), how a BuildRun becomes a running pod through Tekton, the pluggable strategies wrapping Buildah, Cloud Native Buildpacks, Kaniko, BuildKit, ko, and source-to-image, the shp command-line client, the security model, and the practices that make Shipwright dependable in production.

Contents

  1. 1Preface
  2. 2Chapter 1 — What Shipwright Is
  3. 3Chapter 2 — The Container Build Problem on Kubernetes
  4. 4Chapter 3 — The Build Resource
  5. 5Chapter 4 — BuildRun and Execution
  6. 6Chapter 5 — Build Strategies
  7. 7Chapter 6 — Tekton Under the Hood
  8. 8Chapter 7 — The shp Command-Line Client
  9. 9Chapter 8 — Shipwright in Practice