Sign inSign up

katieharris/cloudbeaver-postgres

By katieharris

Updated over 1 year ago

Image
0

106

katieharris/cloudbeaver-postgres repository overview

Cloudbeaver-postgres

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;

Tag summary

Content type

Image

Digest

sha256:cdd1c90e1

Size

148 MB

Last updated

over 1 year ago

docker pull katieharris/cloudbeaver-postgres:v0.04