This custom image extends the official postgres:16 base, incorporating essential CloudBeaver-specific database initialization. It seamlessly integrates a cloudbeaver-db-init.sql file into the /docker-entrypoint-initdb.d directory, ensuring automatic execution during container startup.
This tailored PostgreSQL image simplifies the setup process for CloudBeaver environments, eliminating manual schema creation steps. By automating the initialization of necessary database structures, it provides a more efficient and error-resistant deployment experience, ideal for both development and production CloudBeaver instances.
The cloudbeaver-db-init.sql file is as follows:
cloudbeaver-db-init.sql:
CREATE SCHEMA IF NOT EXISTS cb;
CREATE SCHEMA IF NOT EXISTS qm;
Content type
Image
Digest
sha256:cdd1c90e1…
Size
148 MB
Last updated
over 1 year ago
docker pull katieharris/cloudbeaver-postgres:v0.04