mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-28 00:23:00 +00:00
1.0 KiB
1.0 KiB
Docker images of Zenith
Images
Currently we build two main images:
- zenithdb/zenith — image with pre-built
pageserver,safekeeperandproxybinaries and all the required runtime dependencies. Built from /Dockerfile. - zenithdb/compute-node — compute node image with pre-built Postgres binaries from zenithdb/postgres.
And additional intermediate images:
- zenithdb/compute-tools — compute node configuration management tools.
Building pipeline
-
Image
zenithdb/compute-toolsis re-built automatically. -
Image
zenithdb/compute-nodeis built independently in the zenithdb/postgres repo. -
Image
zenithdb/zenithis built in this repo after a successfulreleasetests run and pushed to Docker Hub automatically.