From 938c200bb49d1f5537157807ec143bdc44c9fa1a Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Mon, 22 Sep 2025 10:22:29 -0400 Subject: [PATCH] fix: Revise README.md for clarity and completeness - Clean up language of the main .github README. - Remove "Image" as this is not an actively maintained project. Signed-off-by: Adam Kaplan --- profile/README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/profile/README.md b/profile/README.md index da97bd4..1b44524 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,17 +1,19 @@

An extensible framework for -building container images in Kubernetes

+building container images on Kubernetes ## Projects -A few of the most popular libraries: +Below are the main components of Shipwright: -* [**build**](https://github.com/shipwright-io/build), A framework for building container images on Kubernetes -* [**operator**](https://github.com/shipwright-io/operator), An operator to install and configure Shipwright Builds on Kubernetes clusters -* [**triggers**](https://github.com/shipwright-io/triggers), Event-driven Shipwright Builds -* [**cli**](https://github.com/shipwright-io/cli), A CLI for building container images on Kubernetes -* [**community**](https://github.com/shipwright-io/community), Community documentation for Shipwright -* [**website**](https://github.com/shipwright-io/website), Source code for the shipwright.io website -* [**image**](https://github.com/shipwright-io/image), Shipwright Image APIs and Operators +* [**build**](https://github.com/shipwright-io/build): provides the core Build APIs for Shipwright. +* [**operator**](https://github.com/shipwright-io/operator): An operator to install and configure Shipwright on Kubernetes clusters. +* [**cli**](https://github.com/shipwright-io/cli): A CLI for building container images with Shipwright. +* [**triggers**](https://github.com/shipwright-io/triggers): Event-driven Shipwright Builds. + +Documentation for Shipwright is maintained here: + +* [**website**](https://github.com/shipwright-io/website): Content on the shipwright.io website. +* [**community**](https://github.com/shipwright-io/community): Commmunity process and governance documentation. ## Getting Started 📚