From a9b0f9bf02f5a6bc0d6f62a489a4849b33a690d7 Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Fri, 19 Dec 2025 13:34:38 -0500 Subject: [PATCH] update readme to include building instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 357734566e..61bdf788a7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ PGO is developed with many years of production experience in automating Postgres Have questions or looking for help? [Join our Discord group](https://discord.gg/a7vWKG8Ec9). +# Build Instructions + +To build the various containers required by PGO, please see the build instructions found in the [components directory](https://github.com/CrunchyData/postgres-operator/tree/main/components) of this repository. +These images are built using [packages](https://www.postgresql.org/download) developed by the PostgreSQL Global Development Group (PGDG). Each subdirectory contains a `README` file describing how to build each of the various containers required by PGO. + # Installation Crunchy Data makes PGO available as the orchestration behind Crunchy Postgres for Kubernetes. Crunchy Postgres for Kubernetes is the integrated product that includes PostgreSQL, PGO and a collection of PostgreSQL tools and extensions that includes the various [open source components listed in the documentation](https://access.crunchydata.com/documentation/postgres-operator/latest/references/components).