# blackduck-postgres **Repository Path**: mirrors_blackducksoftware/blackduck-postgres ## Basic Information - **Project Name**: blackduck-postgres - **Description**: Black Duck implementation of postgresql image for use with Black Duck application. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blackduck-postgres Black Duck implementation of postgresql image for use with Black Duck application. ## Building The docker container for this project can be built with the command ``` docker build --pull -t blackducksoftware/blackduck-postgres:${version} . ``` replacing `${version}` with the version you'd like to build locally ## Database Creation Black Duck requires multiple databases within Postgres, which are created in one of two ways: - The main application database, `bds_hub`, is created via the `POSTGRES_DB` environment variable and behavior defined in the base postgres container (specified within the `Dockerfile`) - Additional databases are setup via SQL scripts such as `1-hub-setup.sql` and similar