Skip to content

pgEdge Container Registry

pgEdge publishes container images to the GitHub Container Registry (GHCR) for deploying pgEdge components in containerized environments. To review the available pgEdge container images, visit the pgEdge GitHub Container Registry at:

github.com/orgs/pgEdge/packages

All pgEdge container images follow security best practices:

  • Images run as unprivileged users for non-root execution.
  • Rocky Linux 9 (database images) and Red Hat UBI 9 (AI Toolkit images) serve as enterprise base images.
  • Final images contain only runtime dependencies through multi-stage builds.
  • pgEdge rebuilds images regularly to include security patches.

Authentication

You can pull public images without authentication. To avoid rate limits, authenticate with a GitHub Personal Access Token (PAT):

echo $GITHUB_TOKEN | docker login ghcr.io -u YOUR_USERNAME --password-stdin

Your PAT needs the read:packages scope to pull images.

Available Images

Select from the pgEdge images listed below for your containerized deployments.

Postgres

Image Description Source
ghcr.io/pgedge/pgedge-postgres pgEdge Enterprise PostgreSQL with extensions pre-installed pgEdge/postgres-images

Control Plane

Image Description Source
ghcr.io/pgedge/control-plane Orchestration and management control plane pgEdge/control-plane

Kubernetes

Image Description Source
ghcr.io/pgedge/cloudnative-pg CloudNativePG operator for Kubernetes deployments pgEdge/pgedge-cnpg-dist
ghcr.io/pgedge/plugin-barman-cloud-sidecar Barman Cloud backup sidecar pgEdge/pgedge-cnpg-dist
ghcr.io/pgedge/plugin-barman-cloud-plugin Barman Cloud backup plugin pgEdge/pgedge-cnpg-dist
ghcr.io/pgedge/pgedge-helm-utils pgEdge Helm utility image containing spock configuration scripts pgEdge/pgedge-helm

AI Toolkit

Image Description Source
ghcr.io/pgedge/postgres-mcp MCP server with PostgreSQL tools for AI agents pgEdge/pgedge-postgres-mcp
ghcr.io/pgedge/nla-web Natural Language Agent web UI pgEdge/pgedge-postgres-mcp
ghcr.io/pgedge/nla-cli Natural Language Agent command-line client pgEdge/pgedge-postgres-mcp
ghcr.io/pgedge/rag-server RAG (Retrieval-Augmented Generation) server pgEdge/pgedge-rag-server

Tools

Image Description Source
ghcr.io/pgedge/ace Active Consistency Engine for distributed PostgreSQL pgEdge/ace