PostgreSQL by SolDevelo, a maintained fork of the Bitnami PostgreSQL image.
1.5K
PostgreSQL is a powerful, open-source object-relational database system with over 35 years of active development.
This Docker image is maintained by SolDevelo and is based on the Bitnami PostgreSQL container.
docker run --name postgresql -e ALLOW_EMPTY_PASSWORD=yes docker.io/soldevelo/postgresql:latest
Using Docker Compose:
curl -sSL https://raw.githubusercontent.com/soldevelo/containers/main/soldevelo/postgresql/18/debian-12/docker-compose.yml > docker-compose.yml
docker compose up -d
SolDevelo images are built on top of Bitnami's work, providing the same security-focused, non-root container approach while being maintained and published by SolDevelo for its infrastructure needs.
docker pull docker.io/soldevelo/postgresql:latest
Or build it yourself:
git clone https://github.com/soldevelo/containers.git
cd containers/soldevelo/postgresql/18/debian-12
docker build -t soldevelo/postgresql:latest .
This image runs as a non-root user (UID 1001), following the same security model as Bitnami images.
curl -sSL https://raw.githubusercontent.com/soldevelo/containers/main/soldevelo/postgresql/18/debian-12/docker-compose.yml > docker-compose.yml
docker compose up -d
| Name | Description | Default |
|---|---|---|
ALLOW_EMPTY_PASSWORD | Allow access without a password (dev only) | no |
POSTGRESQL_USERNAME | PostgreSQL admin username | postgres |
POSTGRESQL_PASSWORD | PostgreSQL admin password | nil |
POSTGRESQL_DATABASE | Database to create on first boot | nil |
POSTGRESQL_PORT_NUMBER | PostgreSQL server port | 5432 |
POSTGRESQL_POSTGRES_PASSWORD | Password for the postgres superuser | nil |
POSTGRESQL_REPLICATION_MODE | Replication mode (master or slave) | nil |
POSTGRESQL_REPLICATION_USER | PostgreSQL replication user | nil |
POSTGRESQL_REPLICATION_PASSWORD | Password for the replication user | nil |
POSTGRESQL_INITDB_ARGS | Extra arguments for initdb | nil |
The PostgreSQL container sends logs to stdout/stderr. Use docker logs or your log aggregation solution to collect them.
Apache-2.0. Based on Bitnami PostgreSQL © Broadcom, Inc.
Content type
Image
Digest
sha256:914b9e2e3…
Size
112.9 MB
Last updated
9 days ago
docker pull soldevelo/postgresql